Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > b6b32e5593d3cc26b1cb0c42e193226c > files > 7

rsync-2.6.8-3mdv2007.0.src.rpm

# default: off
# description: The rsync server is a good addition to an ftp server, as it \
#	allows crc checksumming etc.
service rsync
{
	disable	= yes
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/bin/rsync
	server_args     = --daemon
	log_on_failure  += USERID
}