diff options
Diffstat (limited to 'units/fedora/reboot.service')
-rw-r--r-- | units/fedora/reboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 01bd46395d..6120ceb821 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -12,7 +12,7 @@ Requires=shutdown.target umount.target killall.service After=shutdown.target umount.target killall.service [Service] -Type=finish +Type=oneshot ValidNoProcess=yes Environment=RUNLEVEL=6 ExecStart=/etc/init.d/reboot start |