From f55fe53ffce351bb55b6190cf36511c37f99d766 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 --- 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 7b4bd44f263..b36f36be7ea 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1894,9 +1894,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 -- 2.47.3