mirror of https://gitee.com/openkylin/cups.git
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
|
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
|
||
|
}
|