Imported Debian patch 2.5.0p2-2
[debian/amanda] / debian / xinetd.d / amidxtape
1 #default: on
2 # description: The amanda tape service
3 service amidxtape
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/amidxtaped
12 }