]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add missing varname around keywords in systemd.unit.xml
authorLuca Boccassi <bluca@debian.org>
Thu, 9 Apr 2020 09:51:23 +0000 (10:51 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 Apr 2020 09:55:07 +0000 (11:55 +0200)
man/systemd.unit.xml

index 0d223d74db02236768f33c70475a1674bf2c4e81..d0de9aa5006fdb9e484969c5339446205f9e75c5 100644 (file)
         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>,