Files
ports/sysutils/catsit/pkg-descr
Jesús Daniel Colmenares Oviedo e4b07a2d01 sysutils/catsit: New port: Process supervisor
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
2023-04-28 18:17:28 +02:00

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).