# default: off
# description: The File Alteration Monitor server.
#  It can be used to get reports when files change.
service sgi_fam
{
	disable		= yes
	socket_type     = stream
	protocol	= tcp
	type		= RPC
	rpc_version	= 2
	bind		= 127.0.0.1
	wait            = yes
	user            = root
	server          = /usr/sbin/fam
}
