From 2588269757b462036d7c68d52c2d50665af7bcd6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 May 2010 02:11:37 +0200 Subject: [PATCH] fedora: remove automount points before we go down --- units/fedora/halt.service | 1 + units/fedora/poweroff.service | 1 + units/fedora/reboot.service | 1 + 3 files changed, 3 insertions(+) diff --git a/units/fedora/halt.service b/units/fedora/halt.service index a298d9576..ff498e437 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 d50fbb392..07af6c62c 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 20b9e9e52..77f5cb3f5 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 -- 2.30.2