From: Luca Boccassi Date: Thu, 9 Apr 2020 09:51:23 +0000 (+0100) Subject: man: add missing varname around keywords in systemd.unit.xml X-Git-Tag: v246-rc1~628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1db42eb0b3b3a6e00bc02d724052d1ef41584a9;p=thirdparty%2Fsystemd.git man: add missing varname around keywords in systemd.unit.xml --- 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=,