Skip to content

Instantly share code, notes, and snippets.

@willianmano
Created April 19, 2018 10:58
Show Gist options
  • Save willianmano/e4e435434002d1dc12eaec73f5d1db39 to your computer and use it in GitHub Desktop.
Save willianmano/e4e435434002d1dc12eaec73f5d1db39 to your computer and use it in GitHub Desktop.
Moodle cron
* * * * * www-data /usr/local/bin/run_moodle_cron_tasks
#!/bin/bash
/bin/echo "##################" >> /var/log/moodle/cron.log
/bin/date >> /var/log/moodle/cron.log
/usr/bin/php /var/www/html/moodle/admin/cli/cron.php &>> /var/log/moodle/cron.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment