diff options
author | Havoc Pennington <hp@redhat.com> | 2006-11-02 04:26:23 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-11-02 04:26:23 +0000 |
commit | 524ddfcb34c2050f008a4797357c5c2abc48ca55 (patch) | |
tree | c3cd11b27b83c6e19cba82bc8b03b90e634d5606 /bus | |
parent | 5640f7a57b6c8b2e1847e99db412db3c41c9eb98 (diff) |
2006-11-01 Havoc Pennington <hp@redhat.com>
* bus/dbus-daemon.1.in: document standard_session_servicedirs
Diffstat (limited to 'bus')
-rw-r--r-- | bus/dbus-daemon.1.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in index 3eb016b9..2298bb75 100644 --- a/bus/dbus-daemon.1.in +++ b/bus/dbus-daemon.1.in @@ -247,6 +247,27 @@ They are primarily used with the per-user-session bus, not the systemwide bus. .TP +.I "<standard_session_servicedirs/>" + +.PP +<standard_session_servicedirs/> is equivalent to specifying a series +of <servicedir/> elements for each of the data directories in the "XDG +Base Directory Specification" with the subdirectory "dbus-1/services", +so for example "/usr/share/dbus-1/services" would be among the +directories searched. + +.PP +The "XDG Base Directory Specification" can be found at +http://freedesktop.org/wiki/Standards/basedir-spec if it hasn't moved, +otherwise try your favorite search engine. + +.PP +The <standard_session_servicedirs/> option is only relevant to the +per-user-session bus daemon defined in +@EXPANDED_SYSCONFDIR@/dbus-1/session.conf. Putting it in any other +configuration file would probably be nonsense. + +.TP .I "<limit>" .PP |