Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > 37f82eada0364db0142232c931438f08 > files > 9

rsync-2.6.0-1.2.100mdk.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
}