aboutsummaryrefslogtreecommitdiff
path: root/supervise-daemon-guide.md
AgeCommit message (Collapse)Author
2018-11-15supervise-daemon: make the pidfile an implementation detailWilliam Hubbs
The pidfile of the supervisor doesn't need to be adjustable by the service script. It is only used so the supervisor can stop itself when the --stop option is used.
2018-10-23supervise-daemon: add health checksWilliam Hubbs
Health checks are a way to monitor a service and make sure it stays healthy. If a service is not healthy, it will be automatically restarted after running the unhealthy() function to clean up.
2018-10-22supervise-daemon-guide.md: re-format and add more variablesWilliam Hubbs
2018-01-12Reformat and fix titles in documentationWilliam Hubbs
2016-05-24supervise-daemon: clarify documentation about configuring daemon not to forkWilliam Hubbs
2016-04-27add daemon supervisorWilliam Hubbs
The supervise-daemon process is meant to be a lightweight supervisor which can monitor and restart a daemon if it crashes.