diff options
author | Amir Yalon <git@please.nospammail.net> | 2017-04-25 10:31:29 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-04-25 09:31:29 +0200 |
commit | 23656d2b95731139693d041d93a02f9255ba5d0a (patch) | |
tree | 2e167a83ab735837dcc421711fa211b808a82f08 /man/systemd.service.xml | |
parent | bf79c7ab96d279660c6891c64c344e6bddf18bf7 (diff) | |
download | systemd-23656d2b95731139693d041d93a02f9255ba5d0a.tar.gz |
docs: clarify ExecStop= implications for remaining processes (#5793)
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a452e3a672..51617f27cc 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 <varname>ExecStart=</varname> 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 <varname>KillMode=</varname> setting (see <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry>). If this option is not specified, the process is terminated by |