Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | supervise-daemon: add health checks | William 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-22 | supervise-daemon-guide.md: re-format and add more variables | William Hubbs | |
2018-01-12 | Reformat and fix titles in documentation | William Hubbs | |
2016-05-24 | supervise-daemon: clarify documentation about configuring daemon not to fork | William Hubbs | |
2016-04-27 | add daemon supervisor | William Hubbs | |
The supervise-daemon process is meant to be a lightweight supervisor which can monitor and restart a daemon if it crashes. |