[systemd-devel] [PATCH] bus: PORTING-DBUS1: fix user bus path
Lennart Poettering
lennart at poettering.net
Fri Dec 27 08:42:47 PST 2013
On Fri, 27.12.13 10:30, Mantas Mikulėnas (grawity at gmail.com) wrote:
Applied this one. Thanks!
> ---
> src/libsystemd-bus/PORTING-DBUS1 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libsystemd-bus/PORTING-DBUS1 b/src/libsystemd-bus/PORTING-DBUS1
> index b8a6ff7..ca8f31c 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.
Lennart
--
Lennart Poettering, Red Hat
More information about the systemd-devel
mailing list