Rename cron definition

This commit is contained in:
Michael RICOIS 2015-12-23 10:40:59 +00:00
parent b85ea729a9
commit e5d031f8e1
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# Gestion des flux a envoyer au client
*/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

View File

@ -0,0 +1,6 @@
# Gestion des flux a envoyer au client
*/15 4-18 * * * root php /home/flux/fileRecv.php --cron >> /home/log/recv.log 2>&1
# Nettoyage
01 18 * * * root php /home/flux/fileClean.php --cron >> /home/log/clean.log 2>&1