1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

bus: PORTING-DBUS1: fix user bus path

This commit is contained in:
Mantas Mikulėnas 2013-12-27 10:30:53 +02:00 committed by Lennart Poettering
parent 984af580b3
commit e9b1d28de3

View File

@ -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.