Systemd/src/dbus1-generator
David Herrmann d79acc3093 bus: don't switch to kdbus if not requested
Whenever systemd is re-executed, it tries to create a system bus via
kdbus. If the system did not have kdbus loaded during bootup, but the
module is loaded later on manually, this will cause two system buses
running (kdbus and dbus-daemon in parallel).

This patch makes sure we never try to create kdbus buses if it wasn't
explicitly requested on the command-line.
2015-05-06 18:21:51 +02:00
..
dbus1-generator.c bus: don't switch to kdbus if not requested 2015-05-06 18:21:51 +02:00
Makefile bus: add generator that turns old dbus1 activation files into .busname + .service units 2013-12-03 01:13:48 +01:00