diff --git a/man/machinectl.xml b/man/machinectl.xml index 8a96d423b96..ced304d6d8f 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 3094315ecb5..a9205d018e7 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 d1cd81f1d11..7dbc5580e26 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