/var/log/synolog/*.log
{
	size 1M
	rotate 4
	start 0
	missingok
	notifempty
	delaycompress
	sharedscripts
	postrotate
		/usr/syno/sbin/synoservice --reload syslog-ng || true
	endscript
}
