Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers | |
./configure --enable/disable-kdbus can be used to set the default behavior regarding kdbus. If no kdbus kernel support is available, dbus-dameon will be used. With --enable-kdbus, the kernel command line option "kdbus=0" can be used to disable kdbus. With --disable-kdbus, the kernel command line option "kdbus=1" is required to enable kdbus support. | |||
2015-05-15 | units: make networkd pull in its own .busname unit | Tom Gundersen | |
The daemon requires the busname unit to operate (on kdbus systems), since it contains the policy that allows it to acquire its service name. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=90287 |