From ad2caa7d5f6024b56b1ad1050b28c6d385e3d727 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Oct 2017 09:41:17 +0200 Subject: [PATCH] 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