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 | |
parent | f6023656e10823dff9e4b9f70628b671b3f4ed96 (diff) |
unit: introduce IgnoreDependencyFailure=
Diffstat (limited to 'units')
-rw-r--r-- | units/shutdown.target | 1 | ||||
-rw-r--r-- | units/umount.target | 1 |
2 files changed, 2 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 diff --git a/units/umount.target b/units/umount.target index a5f31e04cb..6a00c31328 100644 --- a/units/umount.target +++ b/units/umount.target @@ -10,3 +10,4 @@ [Unit] Description=Unmount All Filesystems OnlyByDependency=yes +IgnoreDependencyFailure=yes |