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/reboot.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/reboot.service.in') 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 -- cgit v1.2.3-54-g00ecf