/home/xymon/client/logs/* {
   missingok
   size 512K
   rotate 0
   compress
   postrotate
       if [ -f /service/xymon-client/run ]
       then
         sv hup xymon-client
       fi

   endscript

}