diff options
Diffstat (limited to 'units/arch/poweroff.service')
-rw-r--r-- | units/arch/poweroff.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/arch/poweroff.service b/units/arch/poweroff.service index 3d40ba82c2..bd563ba586 100644 --- a/units/arch/poweroff.service +++ b/units/arch/poweroff.service @@ -12,7 +12,7 @@ Requires=shutdown.target umount.target After=shutdown.target umount.target [Service] -Type=finish +Type=oneshot ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/rc.shutdown |