X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.cgroup.xml;h=cc0eb15abb901976db4a2641ab3c793489c7128f;hp=b93b52ff6d765d4f64c0c9f712558ee813446892;hb=6b4991cfde6c0a0b62e836ca75ae362779c474d4;hpb=61ad59b1314060958c6e1b1b480074e230b6ed3e diff --git a/man/systemd.cgroup.xml b/man/systemd.cgroup.xml index b93b52ff6..cc0eb15ab 100644 --- a/man/systemd.cgroup.xml +++ b/man/systemd.cgroup.xml @@ -44,7 +44,7 @@ along with systemd; If not, see . systemd.cgroup - Cgroup configuration unit settings + Control Group configuration unit settings @@ -66,6 +66,10 @@ along with systemd; If not, see . configuration options which configure the control group settings for spawned processes. + Control Groups is a concept for organizing processes in a + hierarch tree of named groups for the purpose of resource + management. + This man page lists the configuration options shared by those six unit types. See systemd.unit5 @@ -309,13 +313,18 @@ along with systemd; If not, see . The name of the slice unit to place the unit in. Defaults to system.slice for all - unit types, except for slice units themselves. This may be - used to arrange systemd units in a hierarchy of slices each - of which might have resource settings applied. + non-instantiated units of all unit types (except for slice + units themselves see below). Instance units are by default + placed in a subslice of system.slice + that is named after the template name. + + This option may be used to arrange systemd units in a + hierarchy of slices each of which might have resource + settings applied. - For units of type slice the only accepted value for + For units of type slice, the only accepted value for this setting is the parent slice. Since the name of a slice - unit implies the parent slice it is hence redundant to ever + unit implies the parent slice, it is hence redundant to ever set this parameter directly for slice units.