-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide suitable configuration and install logic for use without dbus #262
Comments
Yeah, maybe you are right and it is time we provide these as well. The reasoning so far was that the However, to allow drop-in replacement for dbus-daemon, we did write I do agree, however, that it seems beneficial to provide our own configuration, possibly tailored for dbus-broker with our recommended settings applied. I am not entirely sure this is the right way to go, because it also means we would now test 2 different configurations, and we actually would prefer if distros would provide the configuration adjusted to their own needs. But then again, this might be too much wishful thinking. Lastly, regarding the unit installation: I am not so convinced this is the right thing. I actually like when distributions copy these manually to the place they need it. Maybe we should better document what is expected where? Mh, I am open for arguments in both cases. I think the strongest argument for including both your suggestions is to make dbus-broker-launch more self-contained and less reliant on the reference-implementation. Comments? |
My use case would be some embedded linux installation, I need just enough dbus to get some systemd functionality working.
|
FYI in Debian and Yocto we followed the same model as Fedora, splitting up the dbus-daemon package into multiple components, some of which only have the config bits and are shared. That allows us to keep them in sync, and keep us honest about cross-compatibility. |
Hello,
currently I need to create the following files to get a dbus-broker-only system working:
it would be nice if the package either
Similarly, an option for installing the systemd units would be welcome.
The text was updated successfully, but these errors were encountered: