Imported Upstream version 3.1.0
[debian/amanda] / example / xinetd.amandaclient.in
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         socket_type     = stream
11         protocol        = tcp
12         wait            = no
13         user            = amandabackup
14         group           = disk
15         groups          = yes
16         server          = @amlibexecdir@/amandad
17         server_args     = -auth=bsdtcp amdump
18 }