summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/sane/sane.xinetd
blob: b035664b4e67a52bd0c9483eb760023abc885fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
service sane-port
{
	port        = 6566
	socket_type = stream
	wait        = no
	user        = root
	group       = scanner
	server      = /usr/sbin/saned
	# disabled by default!
	disable     = yes
		  }