# default: off
# description: The cups-lpd mini daemon enable cups accepting jobs from a #       remote LPD client (for example a machine with an older distribution #       than Linux Mandriva 7.2 or with a commercial Unix).
service papi-lpd
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = lp
        group           = sys
        server          = /usr/sbin/in.lpd
        passenv         =
        env             =
        disable         = yes
}
