Keywords: Moodle - Google Cloud Platform - Technical issue - Other
bnsupport ID: c559e986-95fe-8e7a-23b7-404d8473c32e
Description:
Bitnami Support ticket c559e986-95fe-8e7a-23b7-404d8473c32e
Hi need to some help setting up the cron and crontab, when I run sudo and the command
/opt/bitnami/php/bin/php /opt/bitnami/apps/moodle/htdocs/admin/cli/cron.php > /dev/null
the cron job work, but when I try to setup the crontab with the "Self-Contained Bitnami Installation" in this guide:
https://docs.bitnami.com/google/apps/moodle/configuration/install-cron/
the cronjob doesnt execute by itself.
Actually on my crontab i got this:
*/1 * * * * sudo su daemon -s /bin/sh -c "/opt/bitnami/php/bin/php /opt/bitnami/apps/moodle/htdocs/admin/cli/cron.php > /dev/null"
Any help you can provide is much apreciated.