generalsuitecrm

Configure scheduled tasks

In order to run SuiteCRM Schedulers, it is necessary to add the following line to the crontab file. You can add this line with the crontab editor:

$ sudo crontab -e

Add the line below:

* * * * *  su daemon -s /bin/sh -c "cd /opt/bitnami/suitecrm; /opt/bitnami/php/bin/php -f cron.php > /dev/null 2>&1"
Last modification February 9, 2023