Comment 6 for bug 1830036

Revision history for this message
Martin Kalcok (martin-kalcok) wrote :

> However, "timeout" should send the KILL (9) signal if we really want to make sure the monitoring process is terminated.

It does that. It has (default) 300s timeout, then it sends SIGINT and then if the process is not dead after another 10s, it sends SIGKILL