/var/log/rsyncd.log {
	rotate 15
	daily
	compress
	missingok
	sharedscripts
	postrotate
		/etc/init.d/rsync restart 2>&1 1>/dev/null
	endscript
}
