1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

man: fix typo in unit options section

Fixes #32918
This commit is contained in:
Kuntal Majumder 2024-07-09 19:11:52 +02:00 committed by Luca Boccassi
parent aaa7b36bd1
commit f9572d2b89

View File

@ -832,7 +832,7 @@
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 <varname>ExecStartPost=</varname> (or
success. Note that this 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