mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
docs: clarify ExecStop= implications for remaining processes (#5793)
This commit is contained in:
committed by
Lennart Poettering
parent
bf79c7ab96
commit
23656d2b95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user