diff --git a/scripts/build/etc/cron.d/batchflux b/scripts/build/etc/cron.d/batchflux deleted file mode 100644 index a78a0cd..0000000 --- a/scripts/build/etc/cron.d/batchflux +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/build/etc/cron.d/flux b/scripts/build/etc/cron.d/flux new file mode 100644 index 0000000..7c27e8e --- /dev/null +++ b/scripts/build/etc/cron.d/flux @@ -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 \ No newline at end of file