/var/log/aerospike/aerospike.log {
    daily
    rotate 90
    dateext
    compress
    olddir /var/log/aerospike
    missingok
    notifempty
    postrotate
        (kill -HUP `pgrep asd`) > /dev/null 2>&1 || true
    endscript
}
