Fix in logrotate.

This commit is contained in:
patvdv 2019-03-24 22:25:32 +01:00
parent b23a6b8854
commit ba0c317566

View File

@ -1,6 +1,7 @@
/var/opt/hc/check_health.sh.log { /var/opt/hc/check_health.sh.log {
monthly monthly
notifempty notifempty
missingok
rotate 6 rotate 6
create 644 root root create 644 root root
} }