File fam.xinetd of Package fam
# default: off
# description: The fam server answers requests via libfam. \
# It is used to report file or directory changes to monitoring \
# clients.
service fam
{
socket_type = stream
protocol = tcp
wait = yes
user = root
group = root
server = /usr/sbin/famd
disable = yes
type = RPC UNLISTED
rpc_version = 2
rpc_number = 391002
}