From: Lennart Poettering Date: Thu, 20 May 2010 00:11:37 +0000 (+0200) Subject: fedora: remove automount points before we go down X-Git-Tag: v1~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2588269757b462036d7c68d52c2d50665af7bcd6;p=thirdparty%2Fsystemd.git fedora: remove automount points before we go down --- diff --git a/units/fedora/halt.service b/units/fedora/halt.service index a298d95767d..ff498e43750 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 d50fbb3926b..07af6c62c3b 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 20b9e9e5297..77f5cb3f536 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