From df4a7cb7323c8cf00553d766913312c5b7ccd508 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Mar 2019 18:02:49 +0100 Subject: [PATCH] man: document the new systemctl --show-transaction option --- man/systemctl.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man/systemctl.xml b/man/systemctl.xml index b5b9e077eeb..d991e979f15 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -299,6 +299,20 @@ + + + + + + When enqueuing a unit job (for example as effect of a systemctl start + 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. + + + -- 2.47.3