summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/systemd-exit.service4
-rw-r--r--units/systemd-halt.service.in2
-rw-r--r--units/systemd-poweroff.service2
-rw-r--r--units/systemd-reboot.service2
4 files changed, 1 insertions, 9 deletions
diff --git a/units/systemd-exit.service b/units/systemd-exit.service
index 4e928c4cf8..8d33c2a748 100644
--- a/units/systemd-exit.service
+++ b/units/systemd-exit.service
@@ -11,9 +11,7 @@
Description=Exit the Container
Documentation=man:systemd.special(7)
DefaultDependencies=no
-Requires=shutdown.target umount.target final.target
-After=shutdown.target umount.target final.target
SuccessAction=exit-force
[Service]
-SmackProcessLabel=System \ No newline at end of file
+SmackProcessLabel=System
diff --git a/units/systemd-halt.service.in b/units/systemd-halt.service.in
index b35031982e..c7fe085034 100644
--- a/units/systemd-halt.service.in
+++ b/units/systemd-halt.service.in
@@ -11,8 +11,6 @@
Description=Halt
Documentation=man:systemd-halt.service(8)
DefaultDependencies=no
-Requires=final.target
-After=final.target
[Service]
Type=oneshot
diff --git a/units/systemd-poweroff.service b/units/systemd-poweroff.service
index 111a433e2f..9cbb5fff40 100644
--- a/units/systemd-poweroff.service
+++ b/units/systemd-poweroff.service
@@ -11,8 +11,6 @@
Description=Power-Off
Documentation=man:systemd-halt.service(8)
DefaultDependencies=no
-Requires=final.target
-After=final.target
SuccessAction=poweroff-force
[Service]
diff --git a/units/systemd-reboot.service b/units/systemd-reboot.service
index f4c02c16e5..a643fc69ed 100644
--- a/units/systemd-reboot.service
+++ b/units/systemd-reboot.service
@@ -11,8 +11,6 @@
Description=Reboot
Documentation=man:systemd-halt.service(8)
DefaultDependencies=no
-Requires=final.target
-After=final.target
SuccessAction=reboot-force
[Service]