activation: add /lib/dbus-1/system-services to the search path for services
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Mar 2011 02:03:03 +0000 (03:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Jul 2011 19:22:07 +0000 (21:22 +0200)
commitd837d937c589e0fb11e4da8d6173ec14f121d1fa
tree2ff01cc4ab8c229147b734a1ec787245e6be2e55
parent736ddc7f014326590b0126ecc631ae83bc885ff0
activation: add /lib/dbus-1/system-services to the search path for services

In order to allow D-Bus usage during early boot (where /usr is not
accessible) also search for bus activation files in
/lib/dbus-1/system-services/. This is only a first step in the right
direction, before we really can boot without /usr we'd need to move all
current activation files (or possibly replace
/usr/dbus-1/system-services to a symlink to
/lib/dbus-1/system-services).
bus/config-parser.c
dbus/dbus-sysdeps-unix.c