diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 02:56:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 03:07:02 +0200 |
commit | 3b6fdb5b5afebc49a7e987e3e3bf7aa2615d1671 (patch) | |
tree | 70ae0f1a280a1103e2c7db9e914c7a3318ced8f7 /units/shutdown.target | |
parent | f6023656e10823dff9e4b9f70628b671b3f4ed96 (diff) |
unit: introduce IgnoreDependencyFailure=
Diffstat (limited to 'units/shutdown.target')
-rw-r--r-- | units/shutdown.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/shutdown.target b/units/shutdown.target index c05b8b93e3..586ca4a758 100644 --- a/units/shutdown.target +++ b/units/shutdown.target @@ -10,3 +10,4 @@ [Unit] Description=Shutdown OnlyByDependency=yes +IgnoreDependencyFailure=yes |