Wed Jul 23 2003 Jay Fenlason <fenlason@redhat.com> 2.4.4p1-1 - Merge from 2.4.4p1-0.3E Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 26 2003 Jay Fenlason <fenlason@redhat.com> 2.4.4-0 - New upstream version.
15 lines
314 B
Text
15 lines
314 B
Text
# 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
|
|
}
|