[systemd-commits] man/systemd.service.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Feb 21 06:25:54 PST 2014
man/systemd.service.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c32acc96ef74d13d0059a680cdede5f05db1981a
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Feb 21 15:06:44 2014 +0100
man: there is no ExecStopPre= for service units
https://bugs.freedesktop.org/show_bug.cgi?id=73177
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 3b2a7cf..5b3afb8 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -674,7 +674,7 @@ ExecStart=/bin/echo $ONE $TWO ${TWO}</programlisting>
processes specified with
<varname>ExecStartPre=</varname>,
<varname>ExecStartPost=</varname>,
- <varname>ExecStopPre=</varname>,
+ <varname>ExecStop=</varname>,
<varname>ExecStopPost=</varname>, or
<varname>ExecReload=</varname>.
When the death of the process is a
More information about the systemd-commits
mailing list