initctl: move /dev/initctl fifo into /run, replace it by symlink

With this change we have no fifos/sockets remaining in /dev.
This commit is contained in:
Lennart Poettering 2014-06-04 16:53:15 +02:00
parent 03ee5c38cb
commit 7e9f159ca7
1 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ DefaultDependencies=no
Before=sockets.target
[Socket]
ListenFIFO=/dev/initctl
ListenFIFO=/run/systemd/initctl/fifo
Symlinks=/dev/initctl
SocketMode=0600