Ajout exemple crontab nettoyage

This commit is contained in:
Michael RICOIS 2015-09-11 14:10:04 +00:00
parent 7fd3c5df51
commit 01ed73488c

View File

@ -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