diff options
author | June McEnroe <june@causal.agency> | 2021-10-02 01:43:16 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-02 01:43:16 +0000 |
commit | 8700de424e03b4fabc6a96b7cd235bae4d316310 (patch) | |
tree | 9536d5cf49204d70094a9b9f23b149898b36b548 /OpenBSD/sysutils/catsit/pkg/DESCR | |
parent | OpenBSD: Build and install git{,-http-backend} with cgit (diff) | |
download | ports-8700de424e03b4fabc6a96b7cd235bae4d316310.tar.gz ports-8700de424e03b4fabc6a96b7cd235bae4d316310.zip |
OpenBSD: Add port for catsit
Diffstat (limited to '')
-rw-r--r-- | OpenBSD/sysutils/catsit/pkg/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenBSD/sysutils/catsit/pkg/DESCR b/OpenBSD/sysutils/catsit/pkg/DESCR new file mode 100644 index 0000000..3b65708 --- /dev/null +++ b/OpenBSD/sysutils/catsit/pkg/DESCR @@ -0,0 +1,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. |