From ffdca95e55a7b639b1776a81efa727df12d5f78c Mon Sep 17 00:00:00 2001 From: Laurent Poujoulat Date: Sun, 11 Apr 2021 20:01:11 +0200 Subject: [PATCH] Set the execution time of the monthly mumble report generation script a bit later to avoid a potential race condition between the log rotation and the stats generation. --- etc/cron.d/mumblechaprilorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cron.d/mumblechaprilorg b/etc/cron.d/mumblechaprilorg index 7d9ad9c..30f2fc6 100644 --- a/etc/cron.d/mumblechaprilorg +++ b/etc/cron.d/mumblechaprilorg @@ -1,2 +1,2 @@ # Generation des statistiques du service mumble (tous les 1er du mois) -5 0 1 * * root /srv/mumble.chapril.org/tools/rapports_activites/update_redmine_ticket.sh >> /var/log/mumble_stats.log +20 0 1 * * root /srv/mumble.chapril.org/tools/rapports_activites/update_redmine_ticket.sh >> /var/log/mumble_stats.log