diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-04 14:17:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-04 14:17:18 +0200 |
commit | 183ae5f99b1fb90890760883d3e8c57d50b3ce27 (patch) | |
tree | cb0187152c5e535890015f59e50f87d54db3fe88 /units/fedora/poweroff.service | |
parent | 804bbed8f49a9e6075a435167acd793c0f6078ce (diff) |
reboot: don't wait for input tty
Diffstat (limited to 'units/fedora/poweroff.service')
-rw-r--r-- | units/fedora/poweroff.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service index e8b597c200..cd6ec3edc9 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/init.d/halt start -StandardInput=tty +StandardOutput=tty |