X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.special.xml;h=6d456e18e52625be0504336713bf1188ae2e201d;hp=7164b1e6141a939fca030a2353e499905c5c15fc;hb=83787333bd75f3fb5d2d844a5d5dbf68d93f7f3f;hpb=ab75ca91dcc6504c88931bed4e025b8b53b11c2d diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 7164b1e61..6d456e18e 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 @@ -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,63 @@ + + 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 + usually does not contain units + directly, but may be used to + set defaults for the whole + tree. + + + + + system.slice + + By default all services + services started by + systemd are + found in this slice. + + + + + user.slice + + By default all user + processes and services started + on behalf of the user, + including the per-user systemd + instance are found in this + slice. + + + + + machine.slice + + By defalt all virtual + machines and containers + registered with + systemd-machined + are found in this slice. + + + + + + See Also @@ -1030,6 +1091,7 @@ systemd.service5, systemd.socket5, systemd.target5, + systemd.slice5, bootup7, systemd-fstab-generator8