/var/log/crond.log {
   sharedscripts
   copytruncate
   missingok
   postrotate
	   kill -HUP `cat /var/run/crond.pid`
   endscript
}
