/var/log/cls/cls.log {
  daily
  rotate 30
  missingok
  notifempty
  create 640 root log-readers
  sharedscripts
  postrotate
    /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
  endscript
}
