From 91b22f21f3824c1766d34f622c5bbb70cbe881a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 Mar 2011 03:10:09 +0100 Subject: core: move abstract namespace sockets to /dev/.run Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. --- man/systemd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd.xml') diff --git a/man/systemd.xml b/man/systemd.xml index 6b1a4c9d98..5a4c4ab9c5 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1024,7 +1024,7 @@ - @/org/freedesktop/systemd1/notify + /var/run/systemd/notify Daemon status notification socket. This is an AF_UNIX @@ -1037,7 +1037,7 @@ - @/org/freedesktop/systemd1/logger + /var/run/systemd/logger Used internally by the systemd-logger.service @@ -1050,7 +1050,7 @@ - @/org/freedesktop/systemd1/shutdown + /var/run/systemd/shutdownd Used internally by the shutdown8 @@ -1061,7 +1061,7 @@ - @/org/freedesktop/systemd1/private + /var/run/systemd/private Used internally as communication channel between -- cgit v1.2.3-54-g00ecf