12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
|
service printer
|
||
|
{
|
||
|
disable = yes
|
||
|
flags = NAMEINARGS
|
||
|
socket_type = stream
|
||
|
protocol = tcp
|
||
|
wait = no
|
||
|
user = lp
|
||
|
server = @LIB@/cups/daemon/cups-lpd
|
||
|
server_args = cups-lpd -o document-format=application/octet-stream
|
||
|
}
|