mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-28 05:20:44 +02:00
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:
parent
0cea59aad5
commit
dd71688e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue