Add files from parent branch HEAD:
[pkgsrcv2.git] / sysutils / safetynet / DESCR
1 safetynet allows you to monitor and restart processes without having to
2 write large and complicated init scripts. The config file is easy to
3 understand and learn and you can have the whole script setup and running
4 in under 10m, so you can get on with doing more important things than
5 worrying if your ssh daemon is still running.
6
7 You will probably want to add a crontab entry for root
8 (crontab -e as root) such as
9 0,15,30,45 * * * * ${PREFIX}/bin/safetynet --cron
10 which will cause the script to be run every 15 minutes.