2007-07-24 Richard Hughes <richard@hughsie.com>

* bus/system.conf.in:
Add new servicehelper fields to the default system.conf file.
This commit is contained in:
Richard Hughes 2007-07-24 11:53:35 +00:00
parent 21dfdb6349
commit d6fddc64b5
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/system.conf.in:
Add new servicehelper fields to the default system.conf file.
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/config-parser-trivial.c: (service_dirs_find_dir),

View file

@ -20,6 +20,12 @@
<!-- Fork into daemon mode -->
<fork/>
<!-- We use system service launching using a helper -->
<standard_system_servicedirs/>
<!-- This is a setuid helper that is used to launch system services -->
<servicehelper>@DBUS_LIBEXECDIR@/dbus-daemon-launch-helper</servicehelper>
<!-- Write a pid file -->
<pidfile>@DBUS_SYSTEM_PID_FILE@</pidfile>