man: add missing varname around keywords in systemd.unit.xml

This commit is contained in:
Luca Boccassi 2020-04-09 10:51:23 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent fe78538cab
commit a1db42eb0b
1 changed files with 2 additions and 1 deletions

View File

@ -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 <varname>Before=</varname>/<varname>After=</varname> 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).</para>
success. Note that this does includes <varname>ExecStartPost=</varname> (or
<varname>ExecStopPost=</varname> for the shutdown case).</para>
<para>Note that those settings are independent of and orthogonal to the requirement dependencies as
configured by <varname>Requires=</varname>, <varname>Wants=</varname>, <varname>Requisite=</varname>,