ee2330c02c3ae7ee979c70aad565504626c912ca
[debian/amanda] / debian / xinetd.d / amandaidx
1 #default: on
2 # description: The amanda index service
3 service amandaidx
4 {
5         disable         = no
6         socket_type     = stream
7         protocol        = tcp
8         wait            = no
9         user            = backup
10         group           = backup
11         server          = /usr/lib/amanda/amindexd
12 }