9fc402bf18b109ad84600278c4eec0dae97f469f
[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           = IPv6
10         socket_type     = stream
11         protocol        = tcp
12         wait            = no
13         user            = amandabackup
14         group           = disk
15         groups          = yes
16         server          = /usr/libexec/amanda/amandad
17         server_args     = -auth=bsdtcp amdump
18 }