From 1917c8cab4b2e4a135b8c46d43c448733c0e1564 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Feb 2016 21:52:40 +0100 Subject: [PATCH] man: document that ExecStartPost= is only run if ExecStart= succeeded Fixes: #846 --- man/systemd.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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