diff options
Diffstat (limited to 'units/suse/reboot.service')
-rw-r--r-- | units/suse/reboot.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/units/suse/reboot.service b/units/suse/reboot.service index c3526b3035..5fc24d1c8f 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -8,9 +8,8 @@ [Unit] Description=Reboot DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target -Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount +Requires=shutdown.target umount.target +After=shutdown.target umount.target [Service] Type=finish |