# We rely on some of the settings made
# in the global logrotate.conf. That way
# the set-up will be in line with the 
# different distribution's defaults.
/var/log/lyrionmusicserver/server.log {
    missingok
    notifempty
    sharedscripts
    postrotate
        # send USR1 to main lyrionmusicserver process to reset logging
        /usr/bin/systemctl --kill-whom=main --signal=USR1 kill lyrionmusicserver.service
    endscript
}

/var/log/lyrionmusicserver/scanner.log {
    missingok
    notifempty
    sharedscripts
}
