Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-16 | supervise-daemon-guide.md: adjust markdown formatting. No logic/text changes ↵ | Alexey Vazhnov | |
were made. | |||
2022-04-30 | multiple spelling and typo fixes | Josh Soref | |
This fixes #516. | |||
2019-07-26 | clarify supervise-daemon-guide | Chloe Kudryavtsev | |
1. The given default for respawn_max is wrong. 2. The example for respawn_period is nonsensical. This fixes #311. | |||
2018-11-15 | supervise-daemon: make the pidfile an implementation detail | William 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-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. |