From: Lennart Poettering Date: Mon, 9 Mar 2015 17:01:47 +0000 (+0100) Subject: man: document that ExecStartPre= is not the place to start long-running processes X-Git-Tag: v219.0~456 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b481de3b22fcd838a8f059aed8745375afdb9eca man: document that ExecStartPre= is not the place to start long-running processes --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c03b4e8a5..f59870563 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -334,6 +334,11 @@ If any of those commands (not prefixed with -) fail, the rest are not executed and the unit is considered failed. + + Note that ExecStartPre= may not be + used to start long-running processes. All processes forked + off by processes invoked via ExecStartPre= will + be killed before the next service process is run.