/var/opt/nec/neccmcd
{
    minsize 1M
    nodateext
    sharedscripts
    postrotate
        if RET=`pgrep -f ^/opt/nec/neccmcd/neccmcd`
        then
            kill -USR1 `pgrep neccmcd`
        fi
    endscript
}
