188e92882f
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=2c6b47b7e1f6e4d44219ba06bb3bc08d
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
service printer
|
|
{
|
|
disable = yes
|
|
flags = NAMEINARGS
|
|
socket_type = stream
|
|
protocol = tcp
|
|
wait = no
|
|
user = lp
|
|
server = /usr/lib/cups/daemon/cups-lpd
|
|
server_args = cups-lpd -o document-format=application/octet-stream
|
|
}
|