From fade1ec6e05f9f6c3718be622e259d2c8e61508c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 10 Jul 2013 01:33:13 -0400 Subject: [PATCH] man: document four basic slices --- man/machinectl.xml | 3 +- man/systemd-machined.service.xml | 3 +- man/systemd.special.xml | 60 +++++++++++++++++++++++++++++++- 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/man/machinectl.xml b/man/machinectl.xml index 8a96d423b..ced304d6d 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -294,7 +294,8 @@ See Also systemd-machined.service8, - systemd-logind.service8 + systemd-logind.service8, + systemd.special7. diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml index 3094315ec..a9205d018 100644 --- a/man/systemd-machined.service.xml +++ b/man/systemd-machined.service.xml @@ -69,7 +69,8 @@ See Also systemd1, - machinectl1. + machinectl1, + systemd.special7. diff --git a/man/systemd.special.xml b/man/systemd.special.xml index d1cd81f1d..7dbc5580e 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 -- 2.30.2