From 9aac953a11452e825bad68750f811fe8722324b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Oct 2010 03:07:36 +0200 Subject: units: introduce final.target that can be used to plug units between shutdown.target and the final shutdown --- units/final.target | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 units/final.target (limited to 'units/final.target') 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 -- cgit v1.2.3-54-g00ecf