add a changelog entry
[debian/amanda] / debian / xinetd.d / amidxtape
1 #default: on
2 # description: The amanda tape service
3 service amidxtape
4 {
5 #       only_from       = <Amanda client list>
6         socket_type     = stream
7         protocol        = tcp
8         wait            = no
9         user            = backup
10         group           = backup
11         groups          = yes
12         server          = /usr/lib/amanda/amidxtaped
13         server_args     = -auth=bsd amdump amindexd amidxtaped
14         disable         = no
15 }