summary refs log tree commit diff
path: root/OpenBSD/sysutils/catsit/pkg
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-02 01:43:16 +0000
committerJune McEnroe <june@causal.agency>2021-10-02 01:43:16 +0000
commit8700de424e03b4fabc6a96b7cd235bae4d316310 (patch)
tree9536d5cf49204d70094a9b9f23b149898b36b548 /OpenBSD/sysutils/catsit/pkg
parentOpenBSD: Build and install git{,-http-backend} with cgit (diff)
downloadports-8700de424e03b4fabc6a96b7cd235bae4d316310.tar.gz
ports-8700de424e03b4fabc6a96b7cd235bae4d316310.zip
OpenBSD: Add port for catsit
Diffstat (limited to '')
-rw-r--r--OpenBSD/sysutils/catsit/pkg/DESCR5
-rw-r--r--OpenBSD/sysutils/catsit/pkg/PLIST11
2 files changed, 16 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.
diff --git a/OpenBSD/sysutils/catsit/pkg/PLIST b/OpenBSD/sysutils/catsit/pkg/PLIST
new file mode 100644
index 0000000..bf46141
--- /dev/null
+++ b/OpenBSD/sysutils/catsit/pkg/PLIST
@@ -0,0 +1,11 @@
+@comment $OpenBSD: PLIST,v$
+@rcscript ${RCDIR}/catsitd
+@bin bin/catsit-timer
+@bin bin/catsit-watch
+@man man/man1/catsit-timer.1
+@man man/man1/catsit-watch.1
+@man man/man5/catsit.conf.5
+@man man/man8/catsit.8
+@man man/man8/catsitd.8
+sbin/catsit
+@bin sbin/catsitd