projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c971c6
)
man: document that ExecStartPre= is not the place to start long-running processes
author
Lennart Poettering
<lennart@poettering.net>
Mon, 9 Mar 2015 17:01:47 +0000
(18:01 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 9 Mar 2015 17:02:23 +0000
(18:02 +0100)
man/systemd.service.xml
patch
|
blob
|
history
diff --git
a/man/systemd.service.xml
b/man/systemd.service.xml
index
c03b4e8
..
f598705
100644
(file)
--- a/
man/systemd.service.xml
+++ b/
man/systemd.service.xml
@@
-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>