From: Mantas Mikulėnas Date: Fri, 27 Dec 2013 08:30:53 +0000 (+0200) Subject: bus: PORTING-DBUS1: fix user bus path X-Git-Tag: v209~614 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e9b1d28de3c4f77aa0e30448fc2665915c4f2142 bus: PORTING-DBUS1: fix user bus path --- diff --git a/src/libsystemd-bus/PORTING-DBUS1 b/src/libsystemd-bus/PORTING-DBUS1 index f52d24ba4..d14d6286a 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.