aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sane/sane-backends-1.0.19/saned.xinetd
blob: f4e890fdbe983c96f6c9e78cad3e42c682c95cb2 (plain)
1
2
3
4
5
6
7
8
9
10
service sane-port
{
	socket_type = stream
	server = /usr/sbin/saned
	protocol = tcp
	user = nobody
	group = nogroup
	wait = no
	disable = no
}