cgcreate \- create new cgroup(s)
.SH SYNOPSIS
-\fBcgcreate\fR [\fB-h\fR] [\fB-b\fR] [\fB-t\fR <\fItuid>:<tgid\fR>]
-[\fB-a\fR <\fIagid>:<auid\fR>] [\fB-f\fR mode] [\fB-d\fR mode]
+\fBcgcreate\fR [\fB-h\fR] [\fB-b\fR] [\fB-c\fR]
+[\fB-t\fR <\fItuid>:<tgid\fR>] [\fB-a\fR <\fIagid>:<auid\fR>]
+[\fB-f\fR mode] [\fB-d\fR mode]
[\fB-s\fR mode] \fB-g\fR <\fIcontrollers>:<path\fR> [\fB-g\fR ...]
.SH DESCRIPTION
constructs the path of the control groups relative to the
cgroup root hierarchy.
+.TP
+.B -c, --scope
+creates a new systemd scope. The cgroup name provided after the
+\fB-g\fR flag must be of the form
+\fB<slice-name>.slice/<scope-name>.scope\fR. If the slice
+does not exist, systemd will create it. Libcgroup will place an
+idle process in the scope's cgroup.procs file.
+
.TP
.B -d, --dperm=mode
sets the permissions of a control groups directory.
permissions are used as an umask (so 777 will set group and
others permissions to the owners permissions).
+.TP
+.B -S, --setdefault
+sets the scope specified via the \fB-c\fR option as the default
+libcgroup scope. This default scope is used by libcgroup tools
+to build up the cgroup path. See the \fB-b\fR option.
+
.TP
.B -t <tuid>:<tgid>
defines the name of the user and the group, which owns tasks