# default: off
# description: The cups-lpd mini daemon enable cups accepting jobs from a
#       remote LPD client
service printer
{
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= lp
	server		= /usr/lib/cups/daemon/cups-lpd
	disable		= yes
}
