diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 01:15:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:27 +0200 |
commit | ead8e4788ee31bbdc38b4cd3c6e71c8a95bbc95a (patch) | |
tree | c990f3342cbaf0280890bbd73680f5a67fadcf48 /man/systemd.unit.xml | |
parent | 9ed81015f0a426d98c2ad8f14d6f27a5058a726d (diff) |
unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weaker counterpart of Conflicts=, similar to Wants= vs. Requires=
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index ff1b47f9fb..4e1d9f3070 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -544,20 +544,6 @@ </varlistentry> <varlistentry> - <term><varname>IgnoreDependencyFailure=</varname></term> - - <listitem><para>Takes a boolean - argument. If <option>true</option> and - a requirement dependency of this unit - fails to start up this unit will be - started nonetheless, ignoring that - failure. If <option>false</option> - (the default) and a dependency unit - fails the unit will immediately fail - too and the job is removed.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>JobTimeoutSec=</varname></term> <listitem><para>When clients are |