X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.slice.xml;h=f82e6c3ba000b6a569c4c86ab2e83653d636b880;hp=b7b0622d3c3d2de6dd63cd5f91bc3067628502c2;hb=5ba43716f345e205eba33156c0171fb657f4451f;hpb=fbce11397f4d19821a9dfe66ee3ebe11cad90057 diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index b7b0622d3..f82e6c3ba 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -56,16 +56,16 @@ along with systemd; If not, see . A unit configuration file whose name ends in .slice encodes information about a slice which - is a concept for hierarchially managing resources of a group of + is a concept for hierarchically managing resources of a group of processes. This management is performed by creating a node in the - control group tree. Units that manage processes (primarilly scope - and service units) may be assigned to a specific slice. For each - slice, certain resource limits may the be set that apply to all - processes of all units contained in that slice. Slices are - organized hierarchially in a tree. The name of the slice encodes - the location in the tree. The name consists of a dash-separated - series of names, which describes the path to the slice from the - root slice. The root slice is named, + Linux Control Group (cgroup) tree. Units that manage processes + (primarily scope and service units) may be assigned to a specific + slice. For each slice, certain resource limits may be set that + apply to all processes of all units contained in that + slice. Slices are organized hierarchically in a tree. The name of + the slice encodes the location in the tree. The name consists of a + dash-separated series of names, which describes the path to the + slice from the root slice. The root slice is named, -.slice. Example: foo-bar.slice is a slice that is located within foo.slice, which in turn is located in @@ -89,9 +89,9 @@ along with systemd; If not, see . files. The common configuration items are configured in the generic [Unit] and [Install] sections. The slice specific configuration options are configured in - the [Slice] section. Currently, only generic cgroup settings + the [Slice] section. Currently, only generic resource control settings as described in - systemd.cgroup7 are allowed. + systemd.resource-control7 are allowed. Unless DefaultDependencies=false @@ -110,7 +110,7 @@ along with systemd; If not, see . systemd1, systemd.unit5, - systemd.cgroup5, + systemd.resource-control5, systemd.service5, systemd.scope5, systemd.special7,