Files
zira-etc/logrotate.d/kvm_stat
2022-02-16 14:17:54 +02:00

12 lines
162 B
Plaintext

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