diff options
author | Richard Hughes <richard@hughsie.com> | 2007-07-24 11:41:19 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-07-24 11:41:19 +0000 |
commit | 837f60ae77d04adfb3e593dc43da738736641df1 (patch) | |
tree | 55f4ec64c13d751ed137026fd00e3a24bd6744e6 /bus | |
parent | e69af3afee0d7a27fd8c54a428532f694b33fc20 (diff) |
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/dbus-daemon.1.in:
Add standard_system_servicedirs and servicehelper into the man file
and explain what each does.
Diffstat (limited to 'bus')
-rw-r--r-- | bus/dbus-daemon.1.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in index ce623f8b..d4d816f4 100644 --- a/bus/dbus-daemon.1.in +++ b/bus/dbus-daemon.1.in @@ -288,6 +288,33 @@ per-user-session bus daemon defined in configuration file would probably be nonsense. .TP +.I "<standard_system_servicedirs/>" + +.PP +<standard_system_servicedirs/> specifies the standard system-wide +activation directories that should be searched for service files. +This option defaults to @EXPANDED_DATADIR@/dbus-1/system-services. + +.PP +The <standard_system_servicedirs/> option is only relevant to the +per-system bus daemon defined in +@EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other +configuration file would probably be nonsense. + +.TP +.I "<servicehelper/>" + +.PP +<servicehelper/> specifies the setuid helper that is used to launch +system daemons with an alternate user. Typically this should be +the dbus-daemon-launch-helper executable in located in libexec. + +.PP +The <servicehelper/> option is only relevant to the per-system bus daemon +defined in @EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other +configuration file would probably be nonsense. + +.TP .I "<limit>" .PP |