diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-11 04:22:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-11 04:22:00 +0200 |
commit | 983d9c90151f4b85301bd8078afd560269e75961 (patch) | |
tree | 9ea78cb17ce4b19c4ee3ca90a63d1d6aab534f0b /units/arch/poweroff.service | |
parent | 51bc5d4b84ba684463ea6e335a1d761d14aa76d8 (diff) |
units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jobs due to the impact minimizer
Diffstat (limited to 'units/arch/poweroff.service')
-rw-r--r-- | units/arch/poweroff.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/arch/poweroff.service b/units/arch/poweroff.service index 0b1ee89aa6..ffa592c8f6 100644 --- a/units/arch/poweroff.service +++ b/units/arch/poweroff.service @@ -8,7 +8,7 @@ [Unit] Description=Power-Off DefaultDependencies=no -Wants=shutdown.target +Requires=shutdown.target After=shutdown.target Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount |