summaryrefslogtreecommitdiff
path: root/units/session
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-11 04:22:00 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-11 04:22:00 +0200
commit983d9c90151f4b85301bd8078afd560269e75961 (patch)
tree9ea78cb17ce4b19c4ee3ca90a63d1d6aab534f0b /units/session
parent51bc5d4b84ba684463ea6e335a1d761d14aa76d8 (diff)
units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jobs due to the impact minimizer
Diffstat (limited to 'units/session')
-rw-r--r--units/session/exit.service.in2
1 files changed, 1 insertions, 1 deletions
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]