7747b0f698346700975ee5bad243b2cac269550c
[debian/amanda] / example / xinetd.amandaclient
1 # default: on
2 #
3 # description: The Amanda backup client should be enabled for systems
4 #              which will be backed up by an Amanda backup server.
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
19 }