From: Mike Yuan Date: Wed, 14 May 2025 16:47:16 +0000 (+0200) Subject: man/systemd-run: --wait shows more than CPU accounting data X-Git-Tag: v257.6~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7acbc464b38e1bee42a993b1bd0346d8e5c186f;p=thirdparty%2Fsystemd.git man/systemd-run: --wait shows more than CPU accounting data (cherry picked from commit 72594d6771a68fbb7d5ebe1d004f4d942a1fac97) --- diff --git a/man/systemd-run.xml b/man/systemd-run.xml index c25431036ab..35beafd1fc8 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -464,9 +464,10 @@ start request for the transient unit is verified, enqueued, and waited for. Subsequently the invoked unit is monitored, and it is waited until it is deactivated again (most likely because the specified command completed). On exit, terse information about the unit's runtime is shown, including total runtime (as well as - CPU usage, if was set) and the exit code and status of the main - process. This output may be suppressed with . This option may not be combined with - , or the various path, socket, or timer options. + CPU, memory, IO, and IP accounting data, if the corresponding cgroup accounting settings are enabled) + and the exit code and status of the main process. This output may be suppressed with . + This option may not be combined with , or the various + path, socket, or timer options.