fix(logrotate): ensure log rotate runs

Deleted the standard logrotate job from cron.daily and created
a new cron job to force run logrotate at `00:01`

MR !7
This commit is contained in:
2022-02-18 13:46:27 +09:30
parent 6625d72a48
commit 3120ecf2f5
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#
# Run Log rotate
#
# m h dom mon dow user command
1 0 * * * root /usr/sbin/logrotate -f /etc/logrotate.conf >/dev/null