From: Kamalesh Babulal Date: Thu, 16 Feb 2023 12:08:54 +0000 (+0530) Subject: man: document cgclassify's -b (systemd) option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d87e5bae1af2caec6e018d5d97d62b3cef699d;p=thirdparty%2Flibcgroup.git man: document cgclassify's -b (systemd) option Add documentation about the -b option in the cgclassify's man page. This option ignores the default systemd delegated hierarchy path and constructs the path of the control groups relative to the cgroup root hierarchy. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (cherry picked from commit ba505b05cd22370de0d0bf37818275075199afe7) --- diff --git a/doc/man/cgclassify.1 b/doc/man/cgclassify.1 index 1facd2b2..5456daa4 100644 --- a/doc/man/cgclassify.1 +++ b/doc/man/cgclassify.1 @@ -6,7 +6,7 @@ cgclassify \- move running task(s) to given cgroups .SH SYNOPSIS -\fBcgclassify\fR [\fB-g\fR <\fIcontrollers>:] [--sticky | --cancel-sticky] <\fIpidlist\fR> +\fBcgclassify\fR [\fB-b\fR] [\fB-g\fR <\fIcontrollers>:] [--sticky | --cancel-sticky] <\fIpidlist\fR> .SH DESCRIPTION this command moves processes defined by the list @@ -16,6 +16,12 @@ to the given control groups. The pids in the pidlist are separated by spaces +.TP +.B -b +ignores the default systemd delegated hierarchy path and +constructs the path of the control groups relative to the +cgroup root hierarchy. + .TP .B -g : defines the control groups where the task will be moved.