man: document that ExecStartPre= is not the place to start long-running processes

This commit is contained in:
Lennart Poettering 2015-03-09 18:01:47 +01:00
parent 2c971c6fef
commit b481de3b22
1 changed files with 5 additions and 0 deletions

View File

@ -334,6 +334,11 @@
<para>If any of those commands (not prefixed with
<literal>-</literal>) fail, the rest are not executed and the
unit is considered failed.</para>
<para>Note that <varname>ExecStartPre=</varname> may not be
used to start long-running processes. All processes forked
off by processes invoked via <varname>ExecStartPre=</varname> will
be killed before the next service process is run.</para>
</listitem>
</varlistentry>