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 37112fe9f3..6bce95d8fd 100644 --- a/units/arch/reboot.service +++ b/units/arch/reboot.service @@ -12,7 +12,7 @@ Requires=shutdown.target umount.target After=shutdown.target umount.target [Service] -Type=finish +Type=oneshot ValidNoProcess=yes Environment=RUNLEVEL=6 ExecStart=/etc/rc.shutdown |