summary refs log tree commit diff
path: root/OpenBSD/sysutils/catsit/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'OpenBSD/sysutils/catsit/pkg')
-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