aboutsummaryrefslogtreecommitdiff
path: root/utils/sane-backends/files/saned.xinetd
blob: 1202d7fd5474eae11696b86e91f071e692d117b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: The saned provides scanner service via the network.  \
#	Applications like kooka, xsane or xscanimage can use the remote \
#	scanner. 
service sane-port
{
	socket_type = stream
	port        = 6566
	wait        = no
	user        = saned
	group       = scanner
	server      = /usr/sbin/saned
	disable     = yes
}