#default: on
# description: The amanda tape service
service amidxtape
{
#	only_from	= <Amanda client list>
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= backup
	group		= backup
	groups		= yes
	server		= /usr/lib/amanda/amidxtaped
	server_args	= -auth=bsd amdump amindexd amidxtaped
	disable		= no
}
