Can someone let me know the following about systemd service shutdown sequence
If I have specified
KillSignal=SIGTERM
then how does this interact thisTimeoutStopSec
? Does this mean that during shutdown of service, firstSIGTERM
will be sent and if the service is still running afterTimeoutStopSec
SIGKILL
will be sent (ifSendSIGKILL
is set to yes? I am asking about the case where nothing is specified inExecStop
.Does
TimeoutStopSec
take into accountExecStop
and allExecPostStop
?
_______________________________________________ systemd-devel mailing list systemd-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/systemd-devel