diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-14 03:10:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-14 03:12:25 +0100 |
commit | 91b22f21f3824c1766d34f622c5bbb70cbe881a8 (patch) | |
tree | db29bcf8e6c77ea521fa2f8185339c50c606af35 /man/systemd.xml | |
parent | 88213476187cafc86bea2276199891873000588d (diff) |
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.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <variablelist> <varlistentry> - <term><filename>@/org/freedesktop/systemd1/notify</filename></term> + <term><filename>/var/run/systemd/notify</filename></term> <listitem><para>Daemon status notification socket. This is an AF_UNIX @@ -1037,7 +1037,7 @@ </varlistentry> <varlistentry> - <term><filename>@/org/freedesktop/systemd1/logger</filename></term> + <term><filename>/var/run/systemd/logger</filename></term> <listitem><para>Used internally by the <filename>systemd-logger.service</filename> @@ -1050,7 +1050,7 @@ </varlistentry> <varlistentry> - <term><filename>@/org/freedesktop/systemd1/shutdown</filename></term> + <term><filename>/var/run/systemd/shutdownd</filename></term> <listitem><para>Used internally by the <citerefentry><refentrytitle>shutdown</refentrytitle><manvolnum>8</manvolnum></citerefentry> @@ -1061,7 +1061,7 @@ </varlistentry> <varlistentry> - <term><filename>@/org/freedesktop/systemd1/private</filename></term> + <term><filename>/var/run/systemd/private</filename></term> <listitem><para>Used internally as communication channel between |