diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-03-30 17:00:17 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-30 22:52:14 +0200 |
commit | 4d8c7c1b3a5feebca948a3b8663f5be887b57731 (patch) | |
tree | 75c90f736a0b1fd8dd4d9afb44a0b5b464ddc6ed /units/systemd-initctl.service.in | |
parent | timesync: on network event do not establish connection when NTP servers are n... (diff) | |
download | systemd-4d8c7c1b3a5feebca948a3b8663f5be887b57731.tar.xz systemd-4d8c7c1b3a5feebca948a3b8663f5be887b57731.zip |
units: initctl: move the fifo to /run/initctl to match sysvinit
The fifo location was moved in sysvinit-2.89.
http://git.savannah.nongnu.org/cgit/sysvinit.git/commit/?id=80dbcf3de3c1b83aeaa713a8fe5b8d35d8649af2
Diffstat (limited to 'units/systemd-initctl.service.in')
-rw-r--r-- | units/systemd-initctl.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-initctl.service.in b/units/systemd-initctl.service.in index 6cfed3da11..2b4b957dce 100644 --- a/units/systemd-initctl.service.in +++ b/units/systemd-initctl.service.in @@ -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 |