diff options
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/halt.service | 1 | ||||
-rw-r--r-- | units/fedora/poweroff.service | 1 | ||||
-rw-r--r-- | units/fedora/reboot.service | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/units/fedora/halt.service b/units/fedora/halt.service index a298d95767..ff498e4375 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -9,6 +9,7 @@ Description=Halt 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 [Service] Type=finish diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service index d50fbb3926..07af6c62c3 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -9,6 +9,7 @@ Description=Power-Off 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 [Service] Type=finish diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 20b9e9e529..77f5cb3f53 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -9,6 +9,7 @@ Description=Reboot 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 [Service] Type=finish |