summaryrefslogtreecommitdiff
path: root/units/systemd-initctl.socket
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-04 16:53:15 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-04 16:53:58 +0200
commit7e9f159ca78d4cedc8d9c3276e409a4653a6af69 (patch)
tree12945cd2863c06050e6f8e1df7613c8599b8a79f /units/systemd-initctl.socket
parent03ee5c38cb0da193dd08733fb4c0c2809cee6a99 (diff)
initctl: move /dev/initctl fifo into /run, replace it by symlink
With this change we have no fifos/sockets remaining in /dev.
Diffstat (limited to 'units/systemd-initctl.socket')
-rw-r--r--units/systemd-initctl.socket3
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket
index b98d5ca6e..f628c2e86 100644
--- a/units/systemd-initctl.socket
+++ b/units/systemd-initctl.socket
@@ -12,5 +12,6 @@ DefaultDependencies=no
Before=sockets.target
[Socket]
-ListenFIFO=/dev/initctl
+ListenFIFO=/run/systemd/initctl/fifo
+Symlinks=/dev/initctl
SocketMode=0600