/home/xymon/client/logs/*.log {
    missingok
    notifempty
    size 512k
    rotate 2
    compress
    postrotate
    if [ -f /service/xymon-client/run ]
    then
        sv hup xymon-client
    fi

    endscript

}