12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
|
# 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
|
||
|
server = /usr/lib/cups/daemon/cups-lpd
|
||
|
}
|