Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 8fbcceb5d9c7e91330f3071d41455590 > files > 6

rsync-2.5.4-2mdk.src.rpm

# default: off
# description: The rsync server is a good addition to am 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
}