mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 17:30:21 +01:00
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/system.conf.in: Add new servicehelper fields to the default system.conf file.
This commit is contained in:
parent
21dfdb6349
commit
d6fddc64b5
2 changed files with 11 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue