diff options
Diffstat (limited to 'units/arch/reboot.service')
-rw-r--r-- | units/arch/reboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/arch/reboot.service b/units/arch/reboot.service index 6bce95d8fd..ae5c979e3e 100644 --- a/units/arch/reboot.service +++ b/units/arch/reboot.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=RUNLEVEL=6 ExecStart=/etc/rc.shutdown StandardOutput=tty |