Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Created February 22, 2020 01:06
Show Gist options
  • Select an option

  • Save DominicWatts/7cac1cc982e15b57f4f18d122d16a28b to your computer and use it in GitHub Desktop.

Select an option

Save DominicWatts/7cac1cc982e15b57f4f18d122d16a28b to your computer and use it in GitHub Desktop.
Magento 2 : Cron #magento2
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento cron:run >/dev/null 2>&1
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/update/cron.php >/dev/null 2>&1
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento setup:cron:run >/dev/null 2>&1
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento cron:run >> ~/public_html/var/log/cron.log
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/update/cron.php >> ~/public_html/var/log/update.cron.log
*/5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento setup:cron:run >> ~/public_html/var/log/setup.cron.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment