From: Lennart Poettering Date: Wed, 10 Feb 2016 20:52:40 +0000 (+0100) Subject: man: document that ExecStartPost= is only run if ExecStart= succeeded X-Git-Tag: v229~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1917c8cab4b2e4a135b8c46d43c448733c0e1564;p=thirdparty%2Fsystemd.git man: document that ExecStartPost= is only run if ExecStart= succeeded Fixes: #846 --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 2145e33d05d..d7760d4f2c3 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -371,7 +371,7 @@ with a - exit successfully. ExecStartPost= commands are only run after - the service has started, as determined by Type= + the service has started successfully, as determined by Type= (i.e. the process has been started for Type=simple or Type=idle, the process exits successfully for Type=oneshot, the initial process exits successfully