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