Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > eae46c7f35cac15f8b334259f832a4bd > files > 1

rsync-3.0.4-1.1mdvmes5.2.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
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/bin/rsync
	server_args     = --daemon
}