/data/srv/xymon/client/logs/* {
   missingok
   daily 
   rotate 2
   compress
   postrotate
       if [ -f /service/xymon-client/run ]
       then
         sv hup xymon-client
       fi

   endscript

}