rfjakob / earlyoom

earlyoom - Early OOM Daemon for Linux
MIT License
2.9k stars 154 forks source link

Send SIGCONT before SIGTERM #130

Closed hakavlad closed 5 years ago

hakavlad commented 5 years ago

The process cannot handle the SIGTERM signal if it is stopped.

rfjakob commented 5 years ago

Risky. The process may be stopped for a good reason, and it will continue executing until it gets sigterm. Or forever if it blocks sigterm.

hakavlad commented 5 years ago

OK