projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ee5c3
)
initctl: move /dev/initctl fifo into /run, replace it by symlink
author
Lennart Poettering
<lennart@poettering.net>
Wed, 4 Jun 2014 14:53:15 +0000
(16:53 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 4 Jun 2014 14:53:58 +0000
(16:53 +0200)
With this change we have no fifos/sockets remaining in /dev.
units/systemd-initctl.socket
patch
|
blob
|
history
diff --git
a/units/systemd-initctl.socket
b/units/systemd-initctl.socket
index
b98d5ca
..
f628c2e
100644
(file)
--- a/
units/systemd-initctl.socket
+++ b/
units/systemd-initctl.socket
@@
-12,5
+12,6
@@
DefaultDependencies=no
Before=sockets.target
[Socket]
-ListenFIFO=/dev/initctl
+ListenFIFO=/run/systemd/initctl/fifo
+Symlinks=/dev/initctl
SocketMode=0600