copr-andersrh/my-ostree-os/kernel/kvm_stat.logrotate
Anders Rytter Hansen 1301145e2c add almalinux kernel: 6.12.0-55.40.1.andersdsrhcustom9
this is the Almalinux kernel with android binder and PSI enabled
2025-11-11 09:29:43 -03:00

11 lines
162 B
Text

/var/log/kvm_stat.csv {
size 10M
missingok
compress
maxage 30
rotate 5
nodateext
postrotate
/usr/bin/systemctl try-restart kvm_stat.service
endscript
}