chiark / gitweb /
man: update documentation of slice units a bit
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Jul 2013 17:16:47 +0000 (19:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Jul 2013 17:16:47 +0000 (19:16 +0200)
TODO
man/systemd.scope.xml
man/systemd.slice.xml

diff --git a/TODO b/TODO
index 79be347737625066fee5e27dda9f47d3717115e8..0b11599b8a17bf98b448972df33ddef4bc6b4f9e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -46,7 +46,7 @@ CGroup Rework Completion:
 * introduce high-level settings for RT budget, swappiness
 
 * wiki: document new bus APIs of PID 1 (transient units, Reloading signal)
-* review: slice units, systemctl commands
+* review: systemctl commands
 
 * Send SIGHUP and SIGTERM in session scopes
 
index 1400f8f4b1ea942bccb27bdb059cc8d6ecb7aa40..ff41c926f46e5fc752a6d5f4fdc49fe915e5e9b4 100644 (file)
@@ -63,7 +63,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     processes on its own.</para>
 
     <para>The main purpose of scope units is grouping worker processes
-    of a system service for organization and resource management.</para>
+    of a system service for organization and for managing resources.</para>
 
     <para><command>systemd-run <option>--scope</option></command> may
     be used to easily launch a command in a new scope unit from the
index 5376921689afe43a4abac66a60ad0b15efd9d34e..7ddef85eec8df662362cb650dd0dbe99621b58f3 100644 (file)
@@ -55,14 +55,34 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     <title>Description</title>
 
     <para>A unit configuration file whose name ends in
-    <literal>.slice</literal> encodes information about a slice
-    created by systemd to manage resources used by a certain group of
+    <literal>.slice</literal> encodes information about a slice which
+    is a concept for hierarchially managing resources of a group of
     processes. This management is performed by creating a node in the
-    control group tree. Those processes are part of different units,
-    usually <literal>.service</literal> units (see
-    <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
+    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 "-" separated
+    series of names, which describes the path to the slice from the
+    root slice. The root slice is named,
+    <filename>-.slice</filename>. Example:
+    <filename>foo-bar.slice</filename> is a slice that is located
+    within <filename>foo.slice</filename>, which in turn is located in
+    the root slice <filename>-.slice</filename>.
     </para>
 
+    <para>By default service and scope units are placed in
+    <filename>system.slice</filename>, virtual machines and containers
+    registered with
+    <citerefentry><refentrytitle>systemd-machined</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    are found in <filename>machine.slice</filename>, and user sessions
+    handled by
+    <citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    in <filename>user.slice</filename>. See
+    <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+    for more information.</para>
+
     <para>See
     <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
     for the common options of all unit configuration
@@ -92,7 +112,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
       <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>systemd.cgroup</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
-      <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
+      <citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+      <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
+      <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>
     </para>
   </refsect1>