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