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