a233116
From 5180cbe32605e4ae5d1b8870a845d6bde73af168 Mon Sep 17 00:00:00 2001
a233116
From: Lennart Poettering <lennart@poettering.net>
a233116
Date: Mon, 9 Mar 2015 18:01:47 +0100
a233116
Subject: [PATCH] man: document that ExecStartPre= is not the place to start
a233116
 long-running processes
a233116
a233116
(cherry picked from commit b481de3b22fcd838a8f059aed8745375afdb9eca)
a233116
---
a233116
 man/systemd.service.xml | 5 +++++
a233116
 1 file changed, 5 insertions(+)
a233116
a233116
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
a233116
index c03b4e8a54..f598705633 100644
a233116
--- a/man/systemd.service.xml
a233116
+++ b/man/systemd.service.xml
a233116
@@ -334,6 +334,11 @@
a233116
         <para>If any of those commands (not prefixed with
a233116
         <literal>-</literal>) fail, the rest are not executed and the
a233116
         unit is considered failed.</para>
a233116
+
a233116
+        <para>Note that <varname>ExecStartPre=</varname> may not be
a233116
+        used to start long-running processes. All processes forked
a233116
+        off by processes invoked via <varname>ExecStartPre=</varname> will
a233116
+        be killed before the next service process is run.</para>
a233116
         </listitem>
a233116
       </varlistentry>
a233116