From 4dc5b821ae737914499119e29811fc3346e3d97c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Nov 2013 02:14:27 +0100 Subject: systemctl: replace the three job mode options by a single --job-mode= option Also, expose the new "flush" job mode this way. --- man/systemd.unit.xml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'man/systemd.unit.xml') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b43fa1369e..2c8bfbef70 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -674,28 +674,20 @@ Takes a value of fail, replace, - replace-irreversibly + replace-irreversibly, + isolate, + flush, + ignore-dependencies or - isolate. Defaults + ignore-requirements. Defaults to replace. Specifies how the units listed in OnFailure= will be - enqueued. If set to - fail and - contradicting jobs are already queued, - cause the activation to fail. If set - to replace and - contradicting jobs area already - queued, replace - those. replace-irreversibly - is similar to - replace, however, - creates jobs that cannot be reversed - unless they finished or are explicitly - canceled. isolate - may be used to terminate all other - units but the specified one. If + enqueued. See + systemctl1's + option + for details on the possible values. If this is set to isolate, only a single unit may be listed in -- cgit v1.2.3-54-g00ecf