summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-26 03:26:31 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-26 03:26:42 +0100
commit1ae383a8a3ae4824453e297352fda603d2d3fd5e (patch)
tree51184d0e273b3361956aa0ed3ce55c2640e8ed80 /src/libsystemd/sd-bus
parentREADME: document that /var/run must be a symlink → /run (diff)
downloadsystemd-1ae383a8a3ae4824453e297352fda603d2d3fd5e.tar.xz
systemd-1ae383a8a3ae4824453e297352fda603d2d3fd5e.zip
Use /var/run/dbus/system_bus_socket for the D-Bus socket
Diffstat (limited to 'src/libsystemd/sd-bus')
-rw-r--r--src/libsystemd/sd-bus/PORTING-DBUS12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/PORTING-DBUS1 b/src/libsystemd/sd-bus/PORTING-DBUS1
index 90d184b786..0253a42137 100644
--- a/src/libsystemd/sd-bus/PORTING-DBUS1
+++ b/src/libsystemd/sd-bus/PORTING-DBUS1
@@ -536,7 +536,7 @@ parameter.
Client libraries should use the following connection string when
connecting to the system bus:
- kernel:path=/dev/kdbus/0-system/bus;unix:path=/run/dbus/system_bus_socket
+ kernel:path=/dev/kdbus/0-system/bus;unix:path=/var/run/dbus/system_bus_socket
This will ensure that kdbus is preferred over the legacy AF_UNIX
socket, but compatibility is kept. For the user bus use: