diff options
author | Luca Boccassi <bluca@debian.org> | 2020-04-09 10:51:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-09 11:55:07 +0200 |
commit | a1db42eb0b3b3a6e00bc02d724052d1ef41584a9 (patch) | |
tree | e76534a83b9f6736e22a05ec4ddda8078e7e4f85 /man | |
parent | fe78538cab13fd8b6180dfdfab87d86bfdd1ac58 (diff) | |
download | systemd-a1db42eb0b3b3a6e00bc02d724052d1ef41584a9.tar.gz |
man: add missing varname around keywords in systemd.unit.xml
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0d223d74db..d0de9aa500 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 <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>, |