From 82948f6c8e2fe03aa3859757b92bcadfb66a6a9c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Nov 2016 16:44:05 +0100 Subject: systemctl: show waiting jobs when "systemctl list-jobs --after/--before" is called Let's expose the new bus functions we added in the previous commit in systemctl. --- man/systemctl.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index dfa00e0c03..08c3a268bd 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -209,6 +209,10 @@ RequiresMountsFor=). Both explicitly and implicitly introduced dependencies are shown with list-dependencies. + + When passed to the list-jobs command, for each printed job show which other jobs are + waiting for it. May be combined with to show both the jobs waiting for each job as + well as all jobs each job is waiting for. @@ -220,6 +224,10 @@ units that are ordered after the specified unit. In other words, recursively list units following the Before= dependency. + + When passed to the list-jobs command, for each printed job show which other jobs it + is waiting for. May be combined with to show both the jobs waiting for each job as + well as all jobs each job is waiting for. @@ -1388,6 +1396,10 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service List jobs that are in progress. If one or more PATTERNs are specified, only jobs for units matching one of them are shown. + + When combined with or the list is augmented with + information on which other job each job is waiting for, and which other jobs are waiting for it, see + above. -- cgit v1.2.1