Imported Upstream version 2.6.1
[debian/amanda] / example / xinetd.amandaclient.in
diff --git a/example/xinetd.amandaclient.in b/example/xinetd.amandaclient.in
new file mode 100644 (file)
index 0000000..f7f3d7c
--- /dev/null
@@ -0,0 +1,18 @@
+# default: on
+#
+# description: The Amanda backup client should be enabled for systems
+#              which will be backed up by an Amanda backup server.
+
+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
+}