/var/log/oswatcher/log {
	notifempty
	missingok
	daily
	rotate 3
	postrotate
		/sbin/service oswatcher condrestart 2>/dev/null >/dev/null || :
	endscript
}

