15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
|
# 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
|
||
|
}
|