restartd
Process checker and/or restarter
Install
- All systems
-
curl cmd.cat/restartd.sh
- Debian
-
apt-get install restartd
- Ubuntu
-
apt-get install restartd
- Kali Linux
-
apt-get install restartd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install restartd
- Raspbian
-
apt-get install restartd
- Dockerfile
- dockerfile.run/restartd
restartd
Process checker and/or restarter
Restartd is a daemon for checking running and not running processes. It reads the /proc directory every n seconds and does a POSIX regexp on the process names. You can execute a script or a program if the process is or is not running.