8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
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.
|