From 01ed73488cd1d56fb59160f086038ee2e686e5ab Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 11 Sep 2015 14:10:04 +0000 Subject: [PATCH] Ajout exemple crontab nettoyage --- scripts/build/etc/cron.d/batchflux | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/etc/cron.d/batchflux b/scripts/build/etc/cron.d/batchflux index 19b889f..a78a0cd 100644 --- a/scripts/build/etc/cron.d/batchflux +++ b/scripts/build/etc/cron.d/batchflux @@ -3,3 +3,4 @@ */15 4-18 * * * root php /home/batchFlux/fileRecv.php --cron >> /home/log/recv.log 2>&1 # Nettoyage +01 18 * * * root php /home/batchFlux/fileClean.php --cron >> /home/log/clean.log 2>&1 \ No newline at end of file