diff options
Diffstat (limited to 'units/fedora/halt.service')
-rw-r--r-- | units/fedora/halt.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/halt.service b/units/fedora/halt.service index a6c4786a8b..c337dce6d9 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=INIT_HALT=HALT RUNLEVEL=0 ExecStart=/etc/init.d/halt start StandardOutput=tty |