]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - scheduler/cups-lpd.xinetd.in
Changelog.
[thirdparty/cups.git] / scheduler / cups-lpd.xinetd.in
... / ...
CommitLineData
1service printer
2{
3 disable = yes
4 socket_type = stream
5 protocol = tcp
6 wait = no
7 user = @CUPS_USER@
8 group = @CUPS_GROUP@
9 passenv =
10 server = @CUPS_SERVERBIN@/daemon/cups-lpd
11 server_args = -o document-format=application/octet-stream
12}