[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Wed May 19 17:11:44 PDT 2010
units/fedora/halt.service | 1 +
units/fedora/poweroff.service | 1 +
units/fedora/reboot.service | 1 +
3 files changed, 3 insertions(+)
New commits:
commit 2588269757b462036d7c68d52c2d50665af7bcd6
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu May 20 02:11:37 2010 +0200
fedora: remove automount points before we go down
diff --git a/units/fedora/halt.service b/units/fedora/halt.service
index a298d95..ff498e4 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 d50fbb3..07af6c6 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 20b9e9e..77f5cb3 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
More information about the systemd-commits
mailing list