sane/saned-xinetd
2012-02-01 14:44:58 +04:00

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
}