From 6cc9a5bf4223f9af6d443cac2b0f58bef06df134 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Mon, 18 Sep 2017 16:43:19 +0100 Subject: [PATCH] man/systemd.special: correct what slices.target pulls in (#6862) --- man/systemd.special.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 2993d67..73e1e72 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -603,9 +603,9 @@ A special target unit that sets up all slice units (see systemd.slice5 for - details) that shall be active after boot. By default the generic user.slice, - system.slice, machines.slice slice units, as well as the root - slice unit -.slice are pulled in and ordered before this unit (see below). + details) that shall be active after boot. By default the generic system.slice + slice unit, as well as the root slice unit -.slice, is pulled in and ordered before + this unit (see below). It's a good idea to add WantedBy=slices.target lines to the [Install] section of all slices units that may be installed dynamically. @@ -1036,7 +1036,8 @@ PartOf=graphical-session.target By default, all user processes and services started on behalf of the user, including the per-user systemd instance - are found in this slice. + are found in this slice. This is pulled in by + systemd-logind.service @@ -1045,8 +1046,8 @@ PartOf=graphical-session.target By default, all virtual machines and containers registered with systemd-machined are - found in this slice. - + found in this slice. This is pulled in by + systemd-machined.service -- 2.7.4