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