From bd271a5345ee0eea7ed1449b493a808e02255973 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sat, 10 Nov 2018 21:58:04 +0100 Subject: [PATCH] Added rotation for 6 months --- configs/logrotate.d/check_health | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/logrotate.d/check_health b/configs/logrotate.d/check_health index d1f5bfd..c667645 100644 --- a/configs/logrotate.d/check_health +++ b/configs/logrotate.d/check_health @@ -1,5 +1,6 @@ /var/opt/hc/check_health.sh.log { monthly notifempty + rotate 6 create 644 root root }