* bus/system.conf.in:
Add new servicehelper fields to the default system.conf file.
+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),
<!-- 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>