diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-03 01:42:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-03 01:42:57 +0200 |
commit | b401e1fb9df7ea8b0fd26e16d886056a5ae7c5d9 (patch) | |
tree | 609ee3f33898262c424aad11f58ca6e855222ca0 /units/halt.target | |
parent | 7f97f0fee46ae167c27c5be21ee0caddacbc6bf9 (diff) |
target: implicitly shutdown targets on shutdown, so that they are pulled into the final transaction and may be used for synchronization
Diffstat (limited to 'units/halt.target')
-rw-r--r-- | units/halt.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/halt.target b/units/halt.target index 70e90fedde..04b42cd3d1 100644 --- a/units/halt.target +++ b/units/halt.target @@ -9,6 +9,7 @@ [Unit] Description=Halt +DefaultDependencies=no Requires=halt.service After=halt.service AllowIsolate=yes |