service saft
{
	socket_type     = stream
	protocol    	= tcp
	wait            = no
	user            = root
	server          = /usr/sbin/sendfiled
    #the following is required, even for local host communications.
    #only_from      = 127.0.0.1 
	disable         = yes #change this to actually run sendfiled
}
