Skip to content

Commit

Permalink
units: initctl: move the fifo to /run/initctl to match sysvinit
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Mar 30, 2018
1 parent 3e85ec0 commit 4d8c7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion units/systemd-initctl.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# (at your option) any later version.

[Unit]
Description=/dev/initctl Compatibility Daemon
Description=initctl Compatibility Daemon
Documentation=man:systemd-initctl.service(8)
DefaultDependencies=no

Expand Down
4 changes: 2 additions & 2 deletions units/systemd-initctl.socket
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d8c7c1

Please sign in to comment.