# default: off
# description: The cups-lpd mini daemon enable cups accepting jobs from a #       remote LPD client (for example a machine with an older distribution #       than Linux Mandrake 7.2 or with a commercial Unix).
service printer
{
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= lp
	group		= sys
	server		= /usr/lib/cups/daemon/cups-lpd
	server_args	= -o document-format=application/octet-stream
	passenv		=
	env		= TMPDIR=/var/spool/cups/tmp
	disable		= yes
}
