summaryrefslogtreecommitdiff
path: root/scheduler/cups-lpd.xinetd.in
blob: 05fbba754e233e192a712cb5f7aa9098114068a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}