summaryrefslogtreecommitdiff
path: root/man/systemd.special.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-19 04:10:06 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-19 04:10:06 +0200
commit61ad59b1314060958c6e1b1b480074e230b6ed3e (patch)
tree8a0bb3829034f6b555abe8fade3a5c4f2fb65b2c /man/systemd.special.xml
parentbc5cb1d525461c75e69ce1f82a52e223309cca7c (diff)
man: document Slice= setting (and other fixes)
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r--man/systemd.special.xml28
1 files changed, 16 insertions, 12 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 7dbc5580e..6d456e18e 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -1039,40 +1039,44 @@
<term><filename>-.slice</filename></term>
<listitem>
<para>The root slice is the
- root of the hierarchy. It does
- not contain services directly,
- but is used to set defaults
- for the whole tree.</para>
+ root of the hierarchy. It
+ usually does not contain units
+ directly, but may be used to
+ set defaults for the whole
+ tree.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>system.slice</filename></term>
<listitem>
- <para>This slice contains
+ <para>By default all services
services started by
- <command>systemd</command>.</para>
+ <command>systemd</command> are
+ found in this slice.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>user.slice</filename></term>
<listitem>
- <para>This slice contains user
+ <para>By default all user
processes and services started
on behalf of the user,
including the per-user systemd
- instance.</para>
+ instance are found in this
+ slice.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>machine.slice</filename></term>
<listitem>
- <para>This slice contains
- virtual machines and
- containers registered with
- <command>systemd-machined</command>.
+ <para>By defalt all virtual
+ machines and containers
+ registered with
+ <command>systemd-machined</command>
+ are found in this slice.
</para>
</listitem>
</varlistentry>