diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-10 04:52:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-10 04:52:31 +0200 |
commit | b827a9f97dcc88f4b9e23d656d7325455eb33848 (patch) | |
tree | 46b31e833f34b598434575e83a2e63722afc5ab0 /units/session | |
parent | 3f6c78dcebdc0904d3b614da07e9ec8d84de2532 (diff) |
units: turn shutdown dependencies from Requires into Wants to make things a bit more robust
Diffstat (limited to 'units/session')
-rw-r--r-- | units/session/exit.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
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] |