summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/final.target15
-rw-r--r--units/halt.service.in4
-rw-r--r--units/kexec.service.in4
-rw-r--r--units/poweroff.service.in4
-rw-r--r--units/reboot.service.in4
5 files changed, 23 insertions, 8 deletions
diff --git a/units/final.target b/units/final.target
new file mode 100644
index 0000000000..ba642615ad
--- /dev/null
+++ b/units/final.target
@@ -0,0 +1,15 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# See systemd.special(7) for details
+
+[Unit]
+Description=Final Step
+DefaultDependencies=no
+RefuseManualStart=yes
+IgnoreDependencyFailure=yes
+After=shutdown.target umount.target
diff --git a/units/halt.service.in b/units/halt.service.in
index 730c4c2955..42e347043e 100644
--- a/units/halt.service.in
+++ b/units/halt.service.in
@@ -8,8 +8,8 @@
[Unit]
Description=Halt
DefaultDependencies=no
-Requires=shutdown.target umount.target
-After=shutdown.target umount.target
+Requires=shutdown.target umount.target final.target
+After=shutdown.target umount.target final.target
[Service]
Type=oneshot
diff --git a/units/kexec.service.in b/units/kexec.service.in
index 70ad227ff9..cf6bd65615 100644
--- a/units/kexec.service.in
+++ b/units/kexec.service.in
@@ -8,8 +8,8 @@
[Unit]
Description=Reboot via kexec
DefaultDependencies=no
-Requires=shutdown.target umount.target
-After=shutdown.target umount.target
+Requires=shutdown.target umount.target final.target
+After=shutdown.target umount.target final.target
[Service]
Type=oneshot
diff --git a/units/poweroff.service.in b/units/poweroff.service.in
index da66f8efce..124a4c0f36 100644
--- a/units/poweroff.service.in
+++ b/units/poweroff.service.in
@@ -8,8 +8,8 @@
[Unit]
Description=Power-Off
DefaultDependencies=no
-Requires=shutdown.target umount.target
-After=shutdown.target umount.target
+Requires=shutdown.target umount.target final.target
+After=shutdown.target umount.target final.target
[Service]
Type=oneshot
diff --git a/units/reboot.service.in b/units/reboot.service.in
index e5e666f2d7..f320fd886d 100644
--- a/units/reboot.service.in
+++ b/units/reboot.service.in
@@ -8,8 +8,8 @@
[Unit]
Description=Reboot
DefaultDependencies=no
-Requires=shutdown.target umount.target
-After=shutdown.target umount.target
+Requires=shutdown.target umount.target final.target
+After=shutdown.target umount.target final.target
[Service]
Type=oneshot