mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
man: document that ExecStartPre= is not the place to start long-running processes
This commit is contained in:
parent
2c971c6fef
commit
b481de3b22
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user