Fix dbus-daemon document about servicedir

In dbus-daemon implementation, the servicedir are searched in order in
which they appear in the config file.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66994
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Chengwei Yang 2013-09-04 14:52:21 +08:00 committed by Simon McVittie
parent 0cea59aad5
commit dd71688e5d

View file

@ -397,7 +397,7 @@ which mechanisms are listed is not meaningful.</para>
</itemizedlist>
<para>Adds a directory to scan for .service files. Directories are
scanned starting with the last to appear in the config file
scanned starting with the first to appear in the config file
(the first .service file found that provides a particular
service will be used).</para>