Tagged Questions
0
votes
2answers
858 views
monitor or watch a process and restart if it goes down [closed]
I have a worker program which I start in rc.local. The program is not the most stable in the world so I would like to set up a watcher of some kind that checks to see if the aforementioned program is ...
2
votes
1answer
186 views
Automatically detect unresponsive processes
Every once in a while, a process becomes unresponsive for whatever reason. After noticing my laptop fan crying out loud I quickly find and kill the culprit in htop.
My question is: is there a ...