From: Kamalesh Babulal Date: Thu, 16 Feb 2023 12:08:54 +0000 (+0530) Subject: man: document cgcreate's -b (systemd) option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf39d1e937d79bbc143b3d2341692c0fee459cfc;p=thirdparty%2Flibcgroup.git man: document cgcreate's -b (systemd) option Add documentation about the -b option in the cgcreate'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 230dbbe679688864ce2a7005b5bea3d246efdd11) --- diff --git a/doc/man/cgcreate.1 b/doc/man/cgcreate.1 index d45bb68a..eed14ad8 100644 --- a/doc/man/cgcreate.1 +++ b/doc/man/cgcreate.1 @@ -5,7 +5,7 @@ cgcreate \- create new cgroup(s) .SH SYNOPSIS -\fBcgcreate\fR [\fB-h\fR] [\fB-t\fR <\fItuid>:] +\fBcgcreate\fR [\fB-h\fR] [\fB-b\fR] [\fB-t\fR <\fItuid>:] [\fB-a\fR <\fIagid>:] [\fB-f\fR mode] [\fB-d\fR mode] [\fB-s\fR mode] \fB-g\fR <\fIcontrollers>: [\fB-g\fR ...] @@ -20,6 +20,12 @@ rest of the defined control group’s files. These users are allowed to set subsystem parameters and create subgroups. The default value is the same as has the parent cgroup. +.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 -d, --dperm=mode sets the permissions of a control groups directory.