summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-24 11:53:35 +0000
committerRichard Hughes <richard@hughsie.com>2007-07-24 11:53:35 +0000
commitd6fddc64b5ed5ddd7b087679b4bd4b8d79e2fe69 (patch)
treedd80ae50d1ec2d761765e192b2b739d0d58cf02d /bus
parent21dfdb6349056c2198a30b44eeae681b6213ca55 (diff)
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/system.conf.in: Add new servicehelper fields to the default system.conf file.
Diffstat (limited to 'bus')
-rw-r--r--bus/system.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index 287efc9f..bb468bb9 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -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>