2004-09-09 04:00:59 +00:00
|
|
|
# default: off
|
|
|
|
# description: Allow applications using the legacy lpd protocol to communicate with CUPS
|
|
|
|
service printer
|
|
|
|
{
|
|
|
|
disable = yes
|
|
|
|
socket_type = stream
|
|
|
|
protocol = tcp
|
|
|
|
wait = no
|
|
|
|
user = lp
|
2004-09-09 04:02:40 +00:00
|
|
|
server = @LIBDIR@/cups/daemon/cups-lpd
|
2004-09-09 04:00:59 +00:00
|
|
|
}
|