diff options
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 7597f4f651..dbbed75d6d 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target killall.service [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=RUNLEVEL=0 ExecStart=/etc/init.d/halt start StandardOutput=tty |