summaryrefslogtreecommitdiffstats
path: root/archive/amanda/xinetd.d/amidxtape
diff options
context:
space:
mode:
Diffstat (limited to 'archive/amanda/xinetd.d/amidxtape')
-rw-r--r--archive/amanda/xinetd.d/amidxtape10
1 files changed, 10 insertions, 0 deletions
diff --git a/archive/amanda/xinetd.d/amidxtape b/archive/amanda/xinetd.d/amidxtape
new file mode 100644
index 0000000000..5f805c8eff
--- /dev/null
+++ b/archive/amanda/xinetd.d/amidxtape
@@ -0,0 +1,10 @@
+service amidxtape
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = backup
+ group = backup
+ groups = yes
+ server = /usr/libexec/amidxtaped
+}