summaryrefslogtreecommitdiff
path: root/units/systemd-initctl.socket
diff options
context:
space:
mode:
Diffstat (limited to 'units/systemd-initctl.socket')
-rw-r--r--units/systemd-initctl.socket4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket
index 61f877ba7d..9d97579908 100644
--- a/units/systemd-initctl.socket
+++ b/units/systemd-initctl.socket
@@ -8,12 +8,12 @@
# (at your option) any later version.
[Unit]
-Description=/dev/initctl Compatibility Named Pipe
+Description=initctl Compatibility Named Pipe
Documentation=man:systemd-initctl.service(8)
DefaultDependencies=no
Before=sockets.target
[Socket]
-ListenFIFO=/run/systemd/initctl/fifo
+ListenFIFO=/run/initctl
Symlinks=/dev/initctl
SocketMode=0600