/var/log/lsyncd/*log {
	missingok
	notifempty
	sharedscripts
	postrotate
	if [ -f /var/lock/lsyncd ]; then
		/sbin/service lsyncd restart > /dev/null 2>/dev/null || true
	fi
	endscript
}
