diff options
Diffstat (limited to 'doc/dbus-specification.xml')
-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"> |