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/final.target | |
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/final.target')
-rw-r--r-- | units/final.target | 15 |
1 files changed, 15 insertions, 0 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 |