You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
service printer
|
|
{
|
|
disable = yes
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = @CUPS_USER@
|
|
group = @CUPS_GROUP@
|
|
passenv =
|
|
server = @CUPS_SERVERBIN@/daemon/cups-lpd
|
|
server_args = -o document-format=application/octet-stream
|
|
}
|