mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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:
@@ -12,5 +12,6 @@ DefaultDependencies=no
|
||||
Before=sockets.target
|
||||
|
||||
[Socket]
|
||||
ListenFIFO=/dev/initctl
|
||||
ListenFIFO=/run/systemd/initctl/fifo
|
||||
Symlinks=/dev/initctl
|
||||
SocketMode=0600
|
||||
|
||||
Reference in New Issue
Block a user