From fade1ec6e05f9f6c3718be622e259d2c8e61508c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Jul 2013 01:33:13 -0400 Subject: man: document four basic slices --- man/systemd.special.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) (limited to 'man/systemd.special.xml') diff --git a/man/systemd.special.xml b/man/systemd.special.xml index d1cd81f1d1..7dbc5580e2 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -100,7 +100,11 @@ system-update.target, time-sync.target, timers.target, - umount.target + umount.target, + -.slice, + system.slice, + user.slice, + machine.slice @@ -1022,6 +1026,59 @@ + + Special Slice Units + + There are four .slice units + which form the basis of the hierarchy for assignment + of resources for services, users, and virtual machines + or containers. + + + + -.slice + + 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. + + + + + system.slice + + This slice contains + services started by + systemd. + + + + + user.slice + + This slice contains user + processes and services started + on behalf of the user, + including the per-user systemd + instance. + + + + + machine.slice + + This slice contains + virtual machines and + containers registered with + systemd-machined. + + + + + + See Also @@ -1030,6 +1087,7 @@ systemd.service5, systemd.socket5, systemd.target5, + systemd.slice5, bootup7, systemd-fstab-generator8 -- cgit v1.2.3-54-g00ecf