summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-26 02:14:27 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-26 02:26:31 +0100
commit4dc5b821ae737914499119e29811fc3346e3d97c (patch)
treee3449ce6e352180f24f4bfe413330d56855d471b /man/systemd.unit.xml
parent255baef68a8d9d74cb3b846f93c290225ad162aa (diff)
systemctl: replace the three job mode options by a single --job-mode= option
Also, expose the new "flush" job mode this way.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml26
1 files changed, 9 insertions, 17 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index b43fa1369..2c8bfbef7 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -674,28 +674,20 @@
<listitem><para>Takes a value of
<literal>fail</literal>,
<literal>replace</literal>,
- <literal>replace-irreversibly</literal>
+ <literal>replace-irreversibly</literal>,
+ <literal>isolate</literal>,
+ <literal>flush</literal>,
+ <literal>ignore-dependencies</literal>
or
- <literal>isolate</literal>. Defaults
+ <literal>ignore-requirements</literal>. Defaults
to
<literal>replace</literal>. Specifies
how the units listed in
<varname>OnFailure=</varname> will be
- enqueued. If set to
- <literal>fail</literal> and
- contradicting jobs are already queued,
- cause the activation to fail. If set
- to <literal>replace</literal> and
- contradicting jobs area already
- queued, replace
- those. <literal>replace-irreversibly</literal>
- is similar to
- <literal>replace</literal>, however,
- creates jobs that cannot be reversed
- unless they finished or are explicitly
- canceled. <literal>isolate</literal>
- may be used to terminate all other
- units but the specified one. If
+ enqueued. See
+ <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
+ <option>--job-mode=</option> option
+ for details on the possible values. If
this is set to
<literal>isolate</literal>, only a
single unit may be listed in