sane/saned-xinetd

17 lines
318 B
Text
Raw Permalink Normal View History

2012-02-01 14:44:58 +04:00
# 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
}