diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-13 21:30:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-13 21:30:38 +0200 |
commit | 172f6478b3d70f03e4712d62bc31d9c604e852b4 (patch) | |
tree | a6118c457a5dae988cfae348857e261a40e49a4c /units/gentoo | |
parent | 6f28c033ec506847b3bfa4efaf52478120c36946 (diff) |
units: update other distro units to recent fedora changes
Diffstat (limited to 'units/gentoo')
-rw-r--r-- | units/gentoo/halt.service | 5 | ||||
-rw-r--r-- | units/gentoo/poweroff.service | 5 | ||||
-rw-r--r-- | units/gentoo/reboot.service | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service index 19ead8a315..0b4de1148f 100644 --- a/units/gentoo/halt.service +++ b/units/gentoo/halt.service @@ -8,9 +8,8 @@ [Unit] Description=Halt DefaultDependencies=no -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 sys-kernel-security.automount +Requires=shutdown.target umount.target killall.service +After=shutdown.target umount.target killall.service [Service] Type=finish diff --git a/units/gentoo/poweroff.service b/units/gentoo/poweroff.service index 9ceb205b05..f4b8fbf122 100644 --- a/units/gentoo/poweroff.service +++ b/units/gentoo/poweroff.service @@ -8,9 +8,8 @@ [Unit] Description=Power-Off DefaultDependencies=no -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 sys-kernel-security.automount +Requires=shutdown.target umount.target killall.service +After=shutdown.target umount.target killall.service [Service] Type=finish diff --git a/units/gentoo/reboot.service b/units/gentoo/reboot.service index c223e6c26f..7492aaedb2 100644 --- a/units/gentoo/reboot.service +++ b/units/gentoo/reboot.service @@ -8,9 +8,8 @@ [Unit] Description=Reboot DefaultDependencies=no -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 sys-kernel-security.automount +Requires=shutdown.target umount.target killall.service +After=shutdown.target umount.target killall.service [Service] Type=finish |