diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-08 15:46:37 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-08 15:46:37 +0000 |
commit | 6b01c6cdfdaae6d6847c5f5f8333867f53f0463e (patch) | |
tree | 329a9cee0018e75883d0b55d2ea075aea557c7bf /doc | |
parent | ae3faad91d1cc9553901f5f304ca45d168387497 (diff) | |
download | dbus-6b01c6cdfdaae6d6847c5f5f8333867f53f0463e.tar.gz |
spec: document how to install session .service files
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35306
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 87c74564..c051a33b 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4511,6 +4511,15 @@ looks in <literal>${datadir}/dbus-1/services</literal> as set at compile time. </para> + <para> + As described in the XDG Base Directory Specification, software + packages should install their session .service files to their + configured <literal>${datadir}/dbus-1/services</literal>, + where <literal>${datadir}</literal> is as defined by the GNU + coding standards. System administrators or users can arrange + for these service files to be read by setting XDG_DATA_DIRS or by + symlinking them into the default locations. + </para> </sect4> </sect3> <sect3 id="message-bus-types-system"> |