fix for #693333, hard-coding of amandabackup as user in many scripts and docs
[debian/amanda] / example / xinetd.amandaserver.in
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         socket_type     = stream
11         protocol        = tcp
12         wait            = no
13         user            = backup
14         group           = disk
15         groups          = yes
16         server          = @amlibexecdir@/amandad
17         server_args     = -auth=bsdtcp amdump amindexd amidxtaped
18 }