From 3e2830ddce4474efb403914e910de2943a2a6bd0 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Sun, 13 Feb 2022 15:16:05 +0100 Subject: [PATCH] docs: Correct WantedBy= regarding template units (cherry picked from commit f55fe53ffce351bb55b6190cf36511c37f99d766) Related: #2082131 --- man/systemd.unit.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4ba602b5ad..2e6261c1ed 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1922,9 +1922,9 @@ WantedBy=foo.service in a service bar.service is mostly equivalent to Alias=foo.service.wants/bar.service in the - same file. In case of template units, systemctl - enable must be called with an instance name, and - this instance will be added to the + same file. In case of template units listing non template units, + systemctl enable must be called with an + instance name, and this instance will be added to the .wants/ or .requires/ list of the listed unit. E.g. WantedBy=getty.target in a service