summaryrefslogtreecommitdiff
path: root/units/halt.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-14 03:07:36 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-14 03:07:36 +0200
commit9aac953a11452e825bad68750f811fe8722324b4 (patch)
tree30887790e199ddb5883eda11dd59106634d66153 /units/halt.service.in
parent46574a5b4afeac0c3f69f15ce47c460309cb9bec (diff)
units: introduce final.target that can be used to plug units between shutdown.target and the final shutdown
Diffstat (limited to 'units/halt.service.in')
-rw-r--r--units/halt.service.in4
1 files changed, 2 insertions, 2 deletions
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