From a1db42eb0b3b3a6e00bc02d724052d1ef41584a9 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 9 Apr 2020 10:51:23 +0100 Subject: [PATCH] man: add missing varname around keywords in systemd.unit.xml --- man/systemd.unit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0d223d74db0..d0de9aa5006 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -750,7 +750,8 @@ type when precisely a unit has finished starting up. Most importantly, for service units start-up is considered completed for the purpose of Before=/After= when all its configured start-up commands have been invoked and they either failed or reported start-up - success. Note that this does includes ExecStartPost (or ExecStopPost for the shutdown case). + success. Note that this does includes ExecStartPost= (or + ExecStopPost= for the shutdown case). Note that those settings are independent of and orthogonal to the requirement dependencies as configured by Requires=, Wants=, Requisite=,