From ba0c317566ffb6805d14f1e851c7127d57208530 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sun, 24 Mar 2019 22:25:32 +0100 Subject: [PATCH] Fix in logrotate. --- 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 c667645..a98b608 100644 --- a/configs/logrotate.d/check_health +++ b/configs/logrotate.d/check_health @@ -1,6 +1,7 @@ /var/opt/hc/check_health.sh.log { monthly notifempty + missingok rotate 6 create 644 root root }