Alexey Vazhnov
439cce426d
supervise-daemon-guide.md: adjust markdown formatting. No logic/text changes were made.
2023-12-16 09:10:18 -05:00
Josh Soref
3054046e18
multiple spelling and typo fixes
...
This fixes #516 .
2022-04-30 21:32:32 -05:00
Chloe Kudryavtsev
70b8df3e9c
clarify supervise-daemon-guide
...
1. The given default for respawn_max is wrong.
2. The example for respawn_period is nonsensical.
This fixes #311 .
2019-07-26 12:52:52 -05:00
William Hubbs
0f704402a2
supervise-daemon: make the pidfile an implementation detail
...
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-11-15 14:15:15 -06:00
William Hubbs
c1e582586d
supervise-daemon: add health checks
...
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-23 13:38:14 -05:00
William Hubbs
aacf841de4
supervise-daemon-guide.md: re-format and add more variables
2018-10-22 17:49:25 -05:00
William Hubbs
fee2ffe559
Reformat and fix titles in documentation
2018-01-12 14:10:42 -06:00
William Hubbs
820ef6dab6
supervise-daemon: clarify documentation about configuring daemon not to fork
2016-05-24 12:55:50 -05:00
William Hubbs
62410eaf4b
add daemon supervisor
...
The supervise-daemon process is meant to be a lightweight supervisor
which can monitor and restart a daemon if it crashes.
2016-04-27 11:13:50 -05:00