Imported Debian patch 2.5.0p2-2
[debian/amanda] / debian / xinetd.d / amanda
1 # default: on
2 # description: The amanda service
3 service amanda
4 {
5         disable         = no
6         socket_type     = dgram
7         protocol        = udp
8         wait            = yes
9         user            = backup
10         group           = backup
11         server          = /usr/lib/amanda/amandad
12 }