units: introduce final.target that can be used to plug units between shutdown.target and the final shutdown

This commit is contained in:
Lennart Poettering 2010-10-14 03:07:36 +02:00
parent 46574a5b4a
commit 9aac953a11
6 changed files with 24 additions and 8 deletions

View File

@ -174,6 +174,7 @@ dist_systemunit_DATA = \
units/rpcbind.target \
units/rtc-set.target \
units/shutdown.target \
units/final.target \
units/umount.target \
units/sigpwr.target \
units/sockets.target \

15
units/final.target Normal file
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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