X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Fxinetd.amandaserver.in;fp=example%2Fxinetd.amandaserver.in;h=367d0e8bd2cfde335a402fa7b75a563e1e90f56a;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=0000000000000000000000000000000000000000;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/example/xinetd.amandaserver.in b/example/xinetd.amandaserver.in new file mode 100644 index 0000000..367d0e8 --- /dev/null +++ b/example/xinetd.amandaserver.in @@ -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 +}