From ad2caa7d5f6024b56b1ad1050b28c6d385e3d727 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Oct 2017 09:41:17 +0200 Subject: [PATCH 1/2] man: symlinks are made onto "unit files", not "units" We should be careful when talking about "units" and "unit files". The latter should be the concept on disk, and the former, the loaded version of it. However, as a single unit file can result in multiple loaded units (think templates), and a units can also exist with no unit file at all (think .device units), we should be precise. As symlinks are created on unit files rather than units (as symlinks are an fs object, and unit files are too, but units are not), let's say so here. --- man/systemd.slice.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml index c46ba7a2e1..6906321e81 100644 --- a/man/systemd.slice.xml +++ b/man/systemd.slice.xml @@ -65,7 +65,7 @@ Note that slice units cannot be templated, nor is possible to add multiple names to a slice unit by creating - additional symlinks to it. + additional symlinks to its unit file. By default, service and scope units are placed in system.slice, virtual machines and containers From 1d5f1791533640555d260a1ab6d7d1fcc808dff4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Oct 2017 09:43:37 +0200 Subject: [PATCH 2/2] man: fix link to documentation of slice concept --- man/systemd.special.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 4beef07dd5..69c24c3979 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -1026,7 +1026,7 @@ PartOf=graphical-session.target There are four .slice units which form the basis of the hierarchy for assignment of resources for services, users, and virtual machines or containers. See - -.slice7 for details about slice + systemd.slice7 for details about slice units.