mirror of
https://abf.rosa.ru/djam/sane.git
synced 2025-02-23 09:12:57 +00:00
17 lines
318 B
Text
17 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
|
||
|
}
|
||
|
|