# default: off
# description: FAM is a file monitoring daemon. It can \
# be used to get reports when files change.
#
# The daemon conflicts with selinux, so you must boot
# with selinux disabled to use this.
service sgi_fam
{
	type         = RPC UNLISTED
        socket_type  = stream
        user         = root
        group        = nobody
        server       = /usr/bin/fam
	wait	     = yes
	protocol     = tcp
	rpc_version  = 2
	rpc_number   = 391002
	bind         = 127.0.0.1
	disable      = no
}
