aboutsummaryrefslogtreecommitdiff
path: root/doc/xinetd.sane
diff options
context:
space:
mode:
Diffstat (limited to 'doc/xinetd.sane')
-rw-r--r--doc/xinetd.sane15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/xinetd.sane b/doc/xinetd.sane
new file mode 100644
index 0000000..f3af497
--- /dev/null
+++ b/doc/xinetd.sane
@@ -0,0 +1,15 @@
+# default: off
+# description: SANE network scanner daemon
+# Please note that this service is registered by the IANA under
+# the name "sane-port". If your /etc/services file only has a
+# sane-port entry, rename the service in this file to match it.
+# Alternatively, you can add an alias in /etc/services.
+service sane
+{
+ disabled = no
+ port = 6566
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/sbin/saned
+}