Blob Blame History Raw
# default: off
# description:  The client for the Amanda backup system.\
#               This must be on for systems being backed up\
#               by Amanda.

service amanda
{
	socket_type		= dgram
	protocol		= udp
	wait			= yes
	user			= amanda
	group			= disk
	server			= @LIBDIR@/amandad 
	disable			= yes
}