From 983d9c90151f4b85301bd8078afd560269e75961 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 11 Jul 2010 04:22:00 +0200 Subject: units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jobs due to the impact minimizer --- units/session/exit.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/session') diff --git a/units/session/exit.service.in b/units/session/exit.service.in index 3e5b5bff71..1f515a75ce 100644 --- a/units/session/exit.service.in +++ b/units/session/exit.service.in @@ -1,7 +1,7 @@ [Unit] Description=Exit DefaultDependencies=no -Wants=shutdown.target +Requires=shutdown.target After=shutdown.target [Service] -- cgit v1.2.3-54-g00ecf