]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 74ffe36609cccb3d060fef4656d6dedcdb6b90ad..df954cf4a89cf645e0c70384cc83ff9b1cc0951b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 287efc9f6ee53fd91e0ae2b6ccb68739f1e07451..bb468bb98a40be1522323ed0a3a16df16e85b165 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>