summaryrefslogtreecommitdiffstats
path: root/bus/system.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'bus/system.conf.in')
-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>