From b827a9f97dcc88f4b9e23d656d7325455eb33848 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 04:52:31 +0200 Subject: units: turn shutdown dependencies from Requires into Wants to make things a bit more robust --- 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 1f515a75ce..3e5b5bff71 100644 --- a/units/session/exit.service.in +++ b/units/session/exit.service.in @@ -1,7 +1,7 @@ [Unit] Description=Exit DefaultDependencies=no -Requires=shutdown.target +Wants=shutdown.target After=shutdown.target [Service] -- cgit v1.2.3-54-g00ecf