diff options
Diffstat (limited to 'units/arch')
-rw-r--r-- | units/arch/halt.service | 2 | ||||
-rw-r--r-- | units/arch/poweroff.service | 2 | ||||
-rw-r--r-- | units/arch/rc-local.service | 2 | ||||
-rw-r--r-- | units/arch/reboot.service | 2 | ||||
-rw-r--r-- | units/arch/sysinit.service | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/units/arch/halt.service b/units/arch/halt.service index dbfc228787..2079bc025c 100644 --- a/units/arch/halt.service +++ b/units/arch/halt.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=RUNLEVEL=0 ExecStart=/etc/rc.shutdown StandardOutput=tty diff --git a/units/arch/poweroff.service b/units/arch/poweroff.service index bd563ba586..df2812fd9b 100644 --- a/units/arch/poweroff.service +++ b/units/arch/poweroff.service @@ -13,7 +13,7 @@ After=shutdown.target umount.target [Service] Type=oneshot -ValidNoProcess=yes +RemainAfterExit=yes Environment=RUNLEVEL=0 ExecStart=/etc/rc.shutdown StandardOutput=tty diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service index 596861ac95..0005e9aefb 100644 --- a/units/arch/rc-local.service +++ b/units/arch/rc-local.service @@ -13,7 +13,7 @@ ExecStart=/etc/rc.local ExectStop=/etc/rc.local.shutdown TimeoutSec=0 StandardInput=tty -ValidNoProcess=yes +RemainAfterExit=yes [Install] WantedBy=multi-user.target 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 diff --git a/units/arch/sysinit.service b/units/arch/sysinit.service index 880deccf9c..ae80f18e8d 100644 --- a/units/arch/sysinit.service +++ b/units/arch/sysinit.service @@ -16,4 +16,4 @@ ExecStart=/etc/rc.sysinit Type=forking TimeoutSec=0 StandardInput=tty -ValidNoProcess=yes +RemainAfterExit=yes |