# default: off
# description: Amanda backup client
#
service amanda 
{
	socket_type	= dgram
	protocol	= udp
	wait		= yes
	user		= amanda
	group	        = amanda
	server 		= /usr/lib/amanda/amandad
	disable		= yes
	server_args     = -auth=bsdudp amdump
}

