Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > c0ce35b5521dad0f04b59ea1a6c9be07 > files > 1

rsync-3.0.8-2.fc14.x86_64.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
	flags		= IPv6
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/bin/rsync
	server_args     = --daemon
	log_on_failure  += USERID
}