summaryrefslogtreecommitdiff
path: root/units/suse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-03 19:53:37 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-03 19:53:37 +0200
commitaf65a09126e216d468592f069aee50dfe0382d3a (patch)
treee5b52ee96be55bbbcb3aab1eaf3328aa7678c6ec /units/suse
parentdaf32cc791f26e2a9849e25b94304839e20fcc3b (diff)
units: update shipped unit files for DefaultDependencies=
Diffstat (limited to 'units/suse')
-rw-r--r--units/suse/halt.service1
-rw-r--r--units/suse/poweroff.service1
-rw-r--r--units/suse/reboot.service1
3 files changed, 3 insertions, 0 deletions
diff --git a/units/suse/halt.service b/units/suse/halt.service
index bc237f02f0..fbcf154f57 100644
--- a/units/suse/halt.service
+++ b/units/suse/halt.service
@@ -7,6 +7,7 @@
[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
diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service
index a68c10cfd3..3da6cf1ba5 100644
--- a/units/suse/poweroff.service
+++ b/units/suse/poweroff.service
@@ -7,6 +7,7 @@
[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
diff --git a/units/suse/reboot.service b/units/suse/reboot.service
index 3dbb469117..902648c50b 100644
--- a/units/suse/reboot.service
+++ b/units/suse/reboot.service
@@ -7,6 +7,7 @@
[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