summaryrefslogtreecommitdiff
path: root/frontend/saned.xinetd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/saned.xinetd.conf.in')
-rw-r--r--frontend/saned.xinetd.conf.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/saned.xinetd.conf.in b/frontend/saned.xinetd.conf.in
new file mode 100644
index 0000000..3465dee
--- /dev/null
+++ b/frontend/saned.xinetd.conf.in
@@ -0,0 +1,13 @@
+# default: off
+# description: The sane server accepts requests
+# for network access to a local scanner via the
+# network.
+service sane-port
+{
+ port = 6566
+ socket_type = stream
+ wait = no
+ user = saned
+ group = saned
+ server = @SBINDIR@/saned
+}