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