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 /Makefile.am | |
parent | 46574a5b4afeac0c3f69f15ce47c460309cb9bec (diff) |
units: introduce final.target that can be used to plug units between shutdown.target and the final shutdown
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b2248f1f7..b3f2abc203 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |