kernel/SOURCES/kvm_stat.logrotate

12 lines
162 B
Plaintext
Raw Normal View History

2021-06-29 13:46:56 +00:00
/var/log/kvm_stat.csv {
size 10M
missingok
compress
maxage 30
rotate 5
nodateext
postrotate
/usr/bin/systemctl try-restart kvm_stat.service
endscript
}