docs: clarify ExecStop= implications for remaining processes (#5793)
authorAmir Yalon <git@please.nospammail.net>
Tue, 25 Apr 2017 07:31:29 +0000 (10:31 +0300)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Apr 2017 07:31:29 +0000 (09:31 +0200)
man/systemd.service.xml

index a452e3a..51617f2 100644 (file)
         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