signals · signals/SIGTERM
SIGTERM
Termination
The standard signal to request graceful termination of a process. Unlike SIGKILL it can be caught and blocked, allowing the process to perform cleanup before exiting. Sent by default when using kill(1) without a signal number.