From 8fc0fb03ceaaf2f3f701ef51238652c015de79ce Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 20 Jul 2021 08:59:23 -0500 Subject: kernel-5.13.3-100 * Mon Jul 19 2021 Justin M. Forbes [5.13.3-100] - kernel-5.13.3-0 (Justin M. Forbes) - Don't tag a release as [redhat] (Justin M. Forbes) - platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kvm_stat.logrotate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kvm_stat.logrotate (limited to 'kvm_stat.logrotate') diff --git a/kvm_stat.logrotate b/kvm_stat.logrotate new file mode 100644 index 000000000..105e15e65 --- /dev/null +++ b/kvm_stat.logrotate @@ -0,0 +1,11 @@ +/var/log/kvm_stat.csv { + size 10M + missingok + compress + maxage 30 + rotate 5 + nodateext + postrotate + /usr/bin/systemctl try-restart kvm_stat.service + endscript +} -- cgit