summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
diff options
context:
space:
mode:
authorMantas Mikulėnas <grawity@gmail.com>2013-12-27 10:30:53 +0200
committerLennart Poettering <lennart@poettering.net>2013-12-27 17:42:15 +0100
commite9b1d28de3c4f77aa0e30448fc2665915c4f2142 (patch)
tree1c51e1f3d4d759742658944dab51b674905c574c /src/libsystemd-bus
parent984af580b3c3dda38ad6910703970e43d6300b54 (diff)
bus: PORTING-DBUS1: fix user bus path
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r--src/libsystemd-bus/PORTING-DBUS12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-bus/PORTING-DBUS1 b/src/libsystemd-bus/PORTING-DBUS1
index f52d24ba4f..d14d6286a2 100644
--- a/src/libsystemd-bus/PORTING-DBUS1
+++ b/src/libsystemd-bus/PORTING-DBUS1
@@ -516,7 +516,7 @@ connecting to the system bus:
This will ensure that kdbus is preferred over the legacy AF_UNIX
socket, but compatibility is kept. For the user bus use:
- kernel:path=/dev/kdbus/$UID-system/bus;unix:path=$XDG_RUNTIME_DIR/bus
+ kernel:path=/dev/kdbus/$UID-user/bus;unix:path=$XDG_RUNTIME_DIR/bus
With $UID replaced by the callers numer user ID, and $XDG_RUNTIME_DIR
following the XDG basedir spec.