diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-10 00:08:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-10 00:08:13 +0200 |
commit | 1e532d14addcff114a0a358fc5e4c193707bd120 (patch) | |
tree | b8f77542d92ee585f3fa07d1b2fc4dff67e5e1e2 /units/gentoo/reboot.service | |
parent | 47342320a097523d93040cdd627e237a420572c5 (diff) |
units: make sure that killall does not wait for the tty
Diffstat (limited to 'units/gentoo/reboot.service')
-rw-r--r-- | units/gentoo/reboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/gentoo/reboot.service b/units/gentoo/reboot.service index 7492aaedb2..de1665579d 100644 --- a/units/gentoo/reboot.service +++ b/units/gentoo/reboot.service @@ -15,4 +15,4 @@ After=shutdown.target umount.target killall.service Type=finish ValidNoProcess=yes ExecStart=/etc/init.d/reboot.sh -StandardInput=tty +StandardOutput=tty |