From: Amir Yalon Date: Tue, 25 Apr 2017 07:31:29 +0000 (+0300) Subject: docs: clarify ExecStop= implications for remaining processes (#5793) X-Git-Tag: v234~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23656d2b95731139693d041d93a02f9255ba5d0a;p=thirdparty%2Fsystemd.git docs: clarify ExecStop= implications for remaining processes (#5793) --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a452e3a6720..51617f27cc7 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -384,7 +384,8 @@ multiple command lines, following the same scheme as described for ExecStart= above. Use of this setting is optional. After the commands configured in this option are - run, all processes remaining for a service are terminated + run, it is implied that the service is stopped, and any processes + remaining for it are terminated according to the KillMode= setting (see systemd.kill5). If this option is not specified, the process is terminated by