diff options
Diffstat (limited to 'units/suse/poweroff.service')
-rw-r--r-- | units/suse/poweroff.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index 13b13b0427..fe8c67761e 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/halt StandardOutput=tty |