8279d4ec0520dd600b61d570a45c0c2c007658fa
[debian/amanda] / example / xinetd.amandaserver
1 # default: on
2 #
3 # description: Amanda services for Amanda server and client.
4 #              
5
6 service amanda
7 {
8         disable         = no
9         flags           = IPv4
10         flags           = IPv6
11         socket_type     = stream
12         protocol        = tcp
13         wait            = no
14         user            = amandabackup
15         group           = disk
16         groups          = yes
17         server          = /usr/libexec/amanda/amandad
18         server_args     = -auth=bsdtcp amdump amindexd amidxtaped
19 }