summaryrefslogtreecommitdiffstats
path: root/cups-lpd
diff options
context:
space:
mode:
Diffstat (limited to 'cups-lpd')
-rw-r--r--cups-lpd11
1 files changed, 11 insertions, 0 deletions
diff --git a/cups-lpd b/cups-lpd
new file mode 100644
index 0000000..2d9e197
--- /dev/null
+++ b/cups-lpd
@@ -0,0 +1,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
+}