summaryrefslogtreecommitdiff
path: root/units/systemd-initctl.socket
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-03-30 11:00:17 -0400
committerMike Gilbert <floppym@gentoo.org>2018-03-30 16:52:14 -0400
commit4d8c7c1b3a5feebca948a3b8663f5be887b57731 (patch)
tree75c90f736a0b1fd8dd4d9afb44a0b5b464ddc6ed /units/systemd-initctl.socket
parent3e85ec072180b6fbec82d715186985536859a29d (diff)
downloadsystemd-4d8c7c1b3a5feebca948a3b8663f5be887b57731.tar.gz
units: initctl: move the fifo to /run/initctl to match sysvinit
The fifo location was moved in sysvinit-2.89. http://git.savannah.nongnu.org/cgit/sysvinit.git/commit/?id=80dbcf3de3c1b83aeaa713a8fe5b8d35d8649af2
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