diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-14 03:07:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-14 03:07:36 +0200 |
commit | 9aac953a11452e825bad68750f811fe8722324b4 (patch) | |
tree | 30887790e199ddb5883eda11dd59106634d66153 /units/reboot.service.in | |
parent | 46574a5b4afeac0c3f69f15ce47c460309cb9bec (diff) |
units: introduce final.target that can be used to plug units between shutdown.target and the final shutdown
Diffstat (limited to 'units/reboot.service.in')
-rw-r--r-- | units/reboot.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |