Checks processes running and relaunches if they're not running.. should of course never happen!
Make this more similar to Sukkerkor_Watchdog, it's way better.
This program uses Python in a virtual environment.
First change directory to the folder then set up a virtual environment
$ cd path/to/folder
$ virtualenv venv
Then activate the virtual environment:
$ source venv/bin/activate
Install dependencies using pip:
$ pip install -r requirements.txt
Finally we need Chris Davisons killunresponsive-script
git clone https://github.com/cold-logic/killunresponsive
The program can now run:
$ python process_checker.py