From e5d031f8e1c10c1ce084b35822961fbba4d2f4ea Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 23 Dec 2015 10:40:59 +0000 Subject: [PATCH] Rename cron definition --- scripts/build/etc/cron.d/batchflux | 6 ------ scripts/build/etc/cron.d/flux | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 scripts/build/etc/cron.d/batchflux create mode 100644 scripts/build/etc/cron.d/flux 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