# default: off
# description: the SANE (Scanner Access Now Easy) daemon allows
# remote clients to access image acquisition devices
# available on the local host. 
service sane-port
{
    socket_type = stream
    server = /usr/sbin/saned
    protocol = tcp
    user = saned
    group = saned
    wait = no
    disable = no
}
