# 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
	nice            = 10
	rlimit_as       = 16M
	server          = /usr/bin/rsync
	server_args     = --daemon
}
