From 172f6478b3d70f03e4712d62bc31d9c604e852b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Jul 2010 21:30:38 +0200 Subject: units: update other distro units to recent fedora changes --- units/suse/halt.service | 5 ++--- units/suse/poweroff.service | 5 ++--- units/suse/reboot.service | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) (limited to 'units/suse') diff --git a/units/suse/halt.service b/units/suse/halt.service index 5f42ac691f..75e30632c0 100644 --- a/units/suse/halt.service +++ b/units/suse/halt.service @@ -8,9 +8,8 @@ [Unit] Description=Halt DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target -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 +After=shutdown.target umount.target [Service] Type=finish diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index 93a9da502a..f9f7b56dc1 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -8,9 +8,8 @@ [Unit] Description=Power-Off DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target -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 +After=shutdown.target umount.target [Service] Type=finish diff --git a/units/suse/reboot.service b/units/suse/reboot.service index c3526b3035..5fc24d1c8f 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -8,9 +8,8 @@ [Unit] Description=Reboot DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target -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 +After=shutdown.target umount.target [Service] Type=finish -- cgit v1.2.3-54-g00ecf