2007-07-24 Richard Hughes <richard@hughsie.com>
authorRichard Hughes <richard@hughsie.com>
Tue, 24 Jul 2007 11:53:35 +0000 (11:53 +0000)
committerRichard Hughes <richard@hughsie.com>
Tue, 24 Jul 2007 11:53:35 +0000 (11:53 +0000)
* bus/system.conf.in:
Add new servicehelper fields to the default system.conf file.

ChangeLog
bus/system.conf.in

index 74ffe36..df954cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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),
        (service_dirs_append_link_unique_or_free), (bus_config_parser_new),
        (bus_config_parser_unref), (bus_config_parser_start_element),
index 287efc9..bb468bb 100644 (file)
   <!-- 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>