vmware-marketplacelivehelperchat

Configure scheduled tasks

Follow these steps:

  • Run the following command to edit the crontab file:

      $ sudo crontab -e
    
  • Add the following line to the file:

      */15 * * * *  su daemon -s /bin/sh -c "/opt/bitnami/php/bin/php /opt/bitnami/livehelperchat/cron.php -s site_admin -c cron/workflow > /dev/null"
    
  • Save the file.

This cron entry will run the script every 15 minutes.

For more information, refer to these pages:

Last modification February 9, 2023