Files
semarie c4e09ca788 import sysutils/kitd 1.0
from Lydia Sobot, chilledfrogs disroot org
ok op@

kitd supervises a child process, redirecting its standard output
and standard error to syslog. When the child process exits, it is
automatically restarted using exponential backoff.

Homepage: https://git.causal.agency/kitd/about/
2024-11-23 09:53:32 +00:00

10 lines
112 B
Bash

#!/bin/ksh
daemon="${TRUEPREFIX}/sbin/kitd -n ${0##*/}"
. /etc/rc.d/rc.subr
pexp="kitd: ${0##*/}"
rc_cmd $1