summaryrefslogtreecommitdiffstats
path: root/doc/config-file.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config-file.txt')
-rw-r--r--doc/config-file.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/config-file.txt b/doc/config-file.txt
index df1e43d8..5502c82b 100644
--- a/doc/config-file.txt
+++ b/doc/config-file.txt
@@ -62,7 +62,10 @@ Elements:
Example: <listen>unix:path=/tmp/foo</listen>
If there are multiple <listen> elements, then the bus listens
- on multiple addresses.
+ on multiple addresses. The bus will pass its address to
+ activated services or other interested parties with
+ the last address given in <listen> first. That is,
+ apps will try to connect to the last <listen> address first.
<auth>
@@ -73,6 +76,13 @@ Elements:
Example: <auth>EXTERNAL</auth>
Example: <auth>DBUS_COOKIE_SHA1</auth>
+ <servicedir>
+
+ Adds a directory to scan for .service files. Directories are
+ scanned starting with the last to appear in the config file
+ (the first .service file found that provides a particular
+ service will be used).
+
<policy>
context="(default|mandatory)" one of the context/user/group
attributes is mandatory