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