/var/log/hobbit/* {
   missingok
   daily 
   rotate 2
   compress
   postrotate
       if [ -f /service/xymon-server/run ]
       then
         sv hup xymon-server 2&>1 > /dev/null
      fi

   endscript

}