3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
# Exécute la tâche cron toutes les heures
|
|
* * * * * python /app/manage.py runcrons > /var/log/runcrons.logs
|