summaryrefslogtreecommitdiff
path: root/frontend/saned.xinetd.conf.in
blob: 3465dee68d7112151b614c2df86db32b1099ffab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# description: The sane server accepts requests
# for network access to a local scanner via the
# network.
service sane-port
{
   port        = 6566
   socket_type = stream
   wait        = no
   user        = saned
   group       = saned
   server      = @SBINDIR@/saned
}