# default: on
# description: FAM is a file monitoring daemon. It can # be used to get reports when files change.

service sgi_fam
{
    disable             = no
    type                = RPC UNLISTED
    rpc_version         = 2
    rpc_number          = 391002
    socket_type         = stream
    protocol            = tcp
    wait                = yes
    user                = root
	group				= nogroup
    server              = /usr/bin/fam
	bind				= 127.0.0.1
}

