Rename cron definition
This commit is contained in:
parent
b85ea729a9
commit
e5d031f8e1
@ -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
|
6
scripts/build/etc/cron.d/flux
Normal file
6
scripts/build/etc/cron.d/flux
Normal 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
|
Loading…
Reference in New Issue
Block a user