/var/log/lve-stats.log
{
   rotate 10
   monthly
   missingok
   nomail
   notifempty
   noolddir
   create 0600 root root
   postrotate
       /bin/kill -HUP $(cat /var/run/lvestats.pid 2>/dev/null) 2>/dev/null || true
   endscript
}

