summaryrefslogtreecommitdiff
path: root/net-misc/sendfile/files/sendfiled
blob: 335887c4b9c8f7bcfbc8a720d231c72692da55c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}