pkgsrc/sysutils/fscd/DESCR
jdf 8699a3c584 Added the freebsd service check daemon.
Originally developed by Tom Rhodes for FreeBSD, it's ported to NetBSD now
and maintained by me.
https://vcs.in-berlin.de/schrank21_fscd
2012-05-03 21:21:58 +00:00

7 lines
343 B
Text

fscd (FreeBSD service check daemon) is a daemon that monitors and checks the
status of running services started by rc(8). It connects to started services via
kqueue(2) and will be noticed when the service terminates, trying to restart it
via service(8).
fscd is controlled with the fscadm(8) utility to enable and disable service
monitoring.