From: Simon McVittie Date: Wed, 8 Feb 2012 15:46:37 +0000 (+0000) Subject: spec: document how to install session .service files X-Git-Tag: dbus-1.5.10~54^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b01c6cdfdaae6d6847c5f5f8333867f53f0463e;p=platform%2Fupstream%2Fdbus.git spec: document how to install session .service files Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35306 Signed-off-by: Simon McVittie --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 87c7456..c051a33 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4511,6 +4511,15 @@ looks in ${datadir}/dbus-1/services as set at compile time. + + As described in the XDG Base Directory Specification, software + packages should install their session .service files to their + configured ${datadir}/dbus-1/services, + where ${datadir} 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. +