]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
man: document cgcreate's -c and -S options
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 6 Apr 2023 19:36:57 +0000 (13:36 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 20 Apr 2023 20:16:30 +0000 (14:16 -0600)
commit962d5e5ddc9ac735a62a557d58b3f50dcd400477
tree04da5c14149013b62beb68accfa7ea5bc54496db
parent0c84f23e9d831d8ca4a15a395c17989f599b4861
man: document cgcreate's -c and -S options

Add documentation about the -c (create scope) option and the -S
(set as default) option in the cgcreate man page. -c instructs
cgcreate to invoke cgroup_create_scope2() and create a systemd
scope.  -S (used in conjunction with -c) will set the provided
scope as the default for subsequent libcgroup operations.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
doc/man/cgcreate.1