diff options
author | David Strauss <david@davidstrauss.net> | 2014-06-09 15:32:03 -0700 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2014-06-09 15:32:03 -0700 |
commit | 9a92e77e4325b995288ef7cac144ecbf969886df (patch) | |
tree | 07ea416d712267732ae9a922e9c3622a89f492bc /man/systemctl.xml | |
parent | bfa501e150e05d6232d4d1fd7f881807a9924a41 (diff) |
man: clarify the effect of replace-irreversibly on future conflicting jobs
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b287d7ac84..e971b3422a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -230,8 +230,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para>If <literal>replace-irreversibly</literal> is specified, operate like <literal>replace</literal>, but also mark the new jobs as irreversible. This prevents future conflicting - transactions from replacing these jobs. The jobs can still be - cancelled using the <command>cancel</command> command.</para> + transactions from replacing these jobs (or even being enqueued + while the irreversible jobs are still pending). Irreversible + jobs can still be cancelled using the <command>cancel</command> + command.</para> <para><literal>isolate</literal> is only valid for start operations and causes all other units to be stopped when the |