1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

man: document that ExecStartPost= is only run if ExecStart= succeeded

Fixes: #846
This commit is contained in:
Lennart Poettering 2016-02-10 21:52:40 +01:00
parent 1534e170b4
commit 1917c8cab4

View File

@ -371,7 +371,7 @@
with a <literal>-</literal> exit successfully.</para>
<para><varname>ExecStartPost=</varname> commands are only run after
the service has started, as determined by <varname>Type=</varname>
the service has started successfully, as determined by <varname>Type=</varname>
(i.e. the process has been started for <varname>Type=simple</varname>
or <varname>Type=idle</varname>, the process exits successfully for
<varname>Type=oneshot</varname>, the initial process exits successfully