I have two cron jobs that I am not able to use with setcronjob. This is how I run them from cPanel:
- php /public_html/app/commands/console.php plugin --target=xmlLcImportSurveyCli
- php /public_html/app/commands/console.php plugin cron
Is there a way I can use these with setcronjob?
Thanks