Changing Cpanel cron job onto hestiacp

Hi guy’s,

I am quite a new convert to hestia the one issue im having or would like help with is how would i enter this cron job from cpanel below to my hestiacp?

/usr/local/bin/ea-php74 /home/username/public_html/artisan schedule:run >> /dev/null 2>&1

Thanks for your time.

Go to the cron section and add a new job.

For the command, use this:
/usr/bin/php7.4 /home/$user/web/$domain/public_html/artisan schedule:run

Be sure to replace $user and $domain with the username and domain name

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.