/var/log/boss/rsync_imgs.log {
  rotate 99
  compress
  missingok
  notifempty
  size = 10M
  sharedscripts
  postrotate
      /etc/init.d/boss-participant-rsync stop &> /dev/null
      /etc/init.d/boss-participant-rsync start &> /dev/null
  endscript
}
