The catsitd daemon is a process supervisor for FreeBSD and OpenBSD. It is designed to supervise processes with the following behavior: * The process runs in the foreground, not as a daemon. * The process logs to standard output or standard error. * The process handles errors by exiting and expects to be restarted. * The process indicates its reason for exiting with sysexits(3). WWW: https://git.causal.agency/catsit/ PR: 266233
9 lines
384 B
Plaintext
9 lines
384 B
Plaintext
The catsitd daemon is a process supervisor for FreeBSD and OpenBSD.
|
|
It is designed to supervise processes with the following behavior:
|
|
|
|
* The process runs in the foreground, not as a daemon.
|
|
* The process logs to standard output or standard error.
|
|
* The process handles errors by exiting and expects to be
|
|
restarted.
|
|
* The process indicates its reason for exiting with sysexits(3).
|