summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-26 18:02:49 +0100
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2020-11-02 15:01:00 +0100
commit588e3e8008d24021ec025d54318fb07d2212293c (patch)
tree01d5b824ffa375ca49c9d8b8e9ef1360ef334409
parentf31afbfd2fa68e20a10a8432fb4714a6d4e1170a (diff)
downloadsystemd-588e3e8008d24021ec025d54318fb07d2212293c.tar.gz
man: document the new systemctl --show-transaction option
(cherry picked from commit df4a7cb7323c8cf00553d766913312c5b7ccd508) Related: #846319
-rw-r--r--man/systemctl.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 6145486123..fa08ab6c0a 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -299,6 +299,20 @@
</varlistentry>
<varlistentry>
+ <term><option>-T</option></term>
+ <term><option>--show-transaction</option></term>
+
+ <listitem>
+ <para>When enqueuing a unit job (for example as effect of a <command>systemctl start</command>
+ invocation or similar), show brief information about all jobs enqueued, covering both the requested
+ job and any added because of unit dependencies. Note that the output will only include jobs
+ immediately part of the transaction requested. It is possible that service start-up program code
+ run as effect of the enqueued jobs might request further jobs to be pulled in. This means that
+ completion of the listed jobs might ultimately entail more jobs than the listed ones.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--fail</option></term>
<listitem>