Imported Upstream version 2.6.1
[debian/amanda] / example / xinetd.amandaserver.in
diff --git a/example/xinetd.amandaserver.in b/example/xinetd.amandaserver.in
new file mode 100644 (file)
index 0000000..367d0e8
--- /dev/null
@@ -0,0 +1,18 @@
+# default: on
+#
+# description: Amanda services for Amanda server and client.
+#
+
+service amanda
+{
+        disable         = no
+        flags           = IPv6
+        socket_type     = stream
+        protocol        = tcp
+        wait            = no
+        user            = amandabackup
+        group           = disk
+        groups          = yes
+        server          = @amlibexecdir@/amandad
+        server_args     = -auth=bsdtcp amdump amindexd amidxtaped
+}