summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/halt.target1
-rw-r--r--units/poweroff.target1
-rw-r--r--units/reboot.target1
-rw-r--r--units/shutdown.target1
4 files changed, 4 insertions, 0 deletions
diff --git a/units/halt.target b/units/halt.target
index 70e90fedde..04b42cd3d1 100644
--- a/units/halt.target
+++ b/units/halt.target
@@ -9,6 +9,7 @@
[Unit]
Description=Halt
+DefaultDependencies=no
Requires=halt.service
After=halt.service
AllowIsolate=yes
diff --git a/units/poweroff.target b/units/poweroff.target
index cb9460639f..975b088965 100644
--- a/units/poweroff.target
+++ b/units/poweroff.target
@@ -9,6 +9,7 @@
[Unit]
Description=Power-Off
+DefaultDependencies=no
Names=runlevel0.target
Requires=poweroff.service
After=poweroff.service
diff --git a/units/reboot.target b/units/reboot.target
index 855751306d..2cd46a062b 100644
--- a/units/reboot.target
+++ b/units/reboot.target
@@ -9,6 +9,7 @@
[Unit]
Description=Reboot
+DefaultDependencies=no
Names=runlevel6.target
Requires=reboot.service
After=reboot.service
diff --git a/units/shutdown.target b/units/shutdown.target
index 6d1fb6f10f..4db9f1fbe5 100644
--- a/units/shutdown.target
+++ b/units/shutdown.target
@@ -9,5 +9,6 @@
[Unit]
Description=Shutdown
+DefaultDependencies=no
RefuseManualStart=yes
IgnoreDependencyFailure=yes