From: Lennart Poettering Date: Tue, 5 Nov 2024 12:51:00 +0000 (+0100) Subject: man: tone down claims on processes having exited already in ExecStop= X-Git-Tag: v257-rc1~21^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac804bc2f8d814d2afcdccd88f7469ac320da1c8;p=thirdparty%2Fsystemd.git man: tone down claims on processes having exited already in ExecStop= Processes can easily survive the first kill operation we execute, hence we shouldn't make strong claims about them having exited already. Let's just say "likely" hence. Fixes: #15032 --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a5c0dc84e12..7929f86528d 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -551,11 +551,11 @@ ExecStop= – commands specified with this setting are invoked when a service failed to start up correctly and is shut down again. - It is recommended to use this setting for clean-up operations that shall be executed even when the - service failed to start up correctly. Commands configured with this setting need to be able to operate even if - the service failed starting up half-way and left incompletely initialized data around. As the service's - processes have been terminated already when the commands specified with this setting are executed they should - not attempt to communicate with them. + It is recommended to use this setting for clean-up operations that shall be executed even when + the service failed to start up correctly. Commands configured with this setting need to be able to + operate even if the service failed starting up half-way and left incompletely initialized data + around. As the service's processes have likely exited already when the commands specified with this + setting are executed they should not attempt to communicate with them. Note that all commands that are configured with this setting are invoked with the result code of the service, as well as the main process' exit code and status, set in the $SERVICE_RESULT,