Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a7a13fad58330f3400bb06ce2d3c31db > files > 7

rsync-2.6.3-1mdk.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
}