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 c81b13ecd9..6a93c0b557 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -8,7 +8,7 @@ [Unit] Description=Reboot DefaultDependencies=no -Wants=shutdown.target killall.service +Requires=shutdown.target killall.service After=shutdown.target killall.service Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount |