Blame SOURCES/kvm_stat.logrotate

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