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.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config-file.txt b/doc/config-file.txt
index b8230aab..8c2152b5 100644
--- a/doc/config-file.txt
+++ b/doc/config-file.txt
@@ -27,6 +27,15 @@ Elements:
Root element.
+ <type>
+
+ The well-known type of the message bus. Currently known values
+ are "system" and "session"; if other values are set, they should
+ be either added to the D-BUS specification, or namespaced.
+ The last <type> element "wins"
+
+ Example: <type>session</type>
+
<include>
ignore_missing="(yes|no)" optional attribute, defaults to no