blob: 9119973f64da14faee22ddc9353ea121f8067c51 (
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 = root
group = root
server = /usr/sbin/saned
disable = yes
}
|