/var/log/xen/*.log {
    missingok
    notifempty
    postrotate
        /usr/bin/systemctl kill -s SIGHUP xenconsoled.service
    endscript
    nocreate
}

/var/log/xenstored-access.log {
    missingok
    notifempty
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
