mirror of
https://abf.rosa.ru/djam/sane.git
synced 2025-02-23 03:32:47 +00:00
16 lines
318 B
Text
16 lines
318 B
Text
# 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
|
|
groups = yes
|
|
user = saned
|
|
group = saned
|
|
server = /usr/sbin/saned
|
|
}
|
|
|