X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.special.xml;h=7dbc5580e26e20d620004dd8bbe96184d177ad8d;hb=69af45035913e7119cffd94c542bd3039600e45d;hp=61d45ff88d7e42117168ed1cb94f4fb1cb737dbc;hpb=8df31a9c980009d8a4e0ca51cc31174efb7e25c9;p=elogind.git diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 61d45ff88..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 @@ -314,7 +318,7 @@ dependencies of type Before= to sysroot-usr.mount - and all mount points fround in + and all mount points found in /etc/fstab that have the and @@ -784,7 +788,7 @@ available at boot. This may be used to pull - in printer management + in smartcard management daemons dynamically when smartcard hardware is found. @@ -801,7 +805,7 @@ This may be used to pull in audio management daemons - dynamically when printer + dynamically when audio hardware is found. @@ -1007,7 +1011,7 @@ terminate the user service manager should start this unit. If systemd receives - SIGTERM or SIGINT when running + SIGTERM or SIGINT when running as user service daemon it will start this unit. @@ -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