mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-16 02:35:58 +00: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