summaryrefslogtreecommitdiffstats
path: root/cups-lpd
blob: 2d9e197a5e357b53002fb7553c51c34739615cac (plain)
1
2
3
4
5
6
7
8
9
10
11
# default: off
# description: Allow applications using the legacy lpd protocol to communicate with CUPS
service printer
{
	disable = yes
	socket_type = stream
	protocol = tcp
	wait = no
	user = lp
	server = /usr/lib/cups/daemon/cups-lpd
}