blob: 3b65708df2a25ee7b6e3f631c42bc2c75ef36026 (
plain) (
blame)
| 1
2
3
4
5
 | catsit is a process supervisor for FreeBSD and OpenBSD.  The catsitd
daemon spawns processes for a list of services, redirects their
output to syslog, and restarts the processes when they exit according
to their exit status.  Exponential backoff is applied to automatic
restarts.
 |