kill: always send SIGCONT after SIGTERM
When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal.
Showing
Please register or sign in to comment
When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal.