8699a3c584
Originally developed by Tom Rhodes for FreeBSD, it's ported to NetBSD now and maintained by me. https://vcs.in-berlin.de/schrank21_fscd
7 lines
343 B
Text
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.
|