# Cron Jobs seven different commands...

**URL:** https://forum.mautic.org/t/cron-jobs-seven-different-commands/3982
**Category:** Product Support
**Created:** [May 25, 2016, 2:52pm UTC](https://forum.mautic.org/t/cron-jobs-seven-different-commands/3982 "2016-05-25T14:52:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![topmktwww](https://avatars.discourse-cdn.com/v4/letter/t/ce7236/32.png) [@topmktwww](https://forum.mautic.org/u/topmktwww)
#### Post date: [May 25, 2016, 2:52pm UTC](https://forum.mautic.org/t/cron-jobs-seven-different-commands/3982/1 "2016-05-25T14:52:32Z")

</div>

hello folks, I would like to know who is the right one to be used…  
  
My shared server is hostgator.  
  
  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:campaigns:update --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:campaigns:trigger --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:email:process --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:leadlists:update --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:fetch:email --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:webhooks:process --env=prod  
  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:iplookup:download --env=prod  
  
  
  
who from this above is a valid cron job?  
  
  
  
my best regards to all.  
  
  
  
Robson

---

<div class="post-metadata">

### Author: ![topmktwww](https://avatars.discourse-cdn.com/v4/letter/t/ce7236/32.png) [@topmktwww](https://forum.mautic.org/u/topmktwww)
#### Post date: [May 25, 2016, 2:52pm UTC](https://forum.mautic.org/t/cron-jobs-seven-different-commands/3982/2 "2016-05-25T14:52:32Z")

</div>

hello folks, I would like to know who is the right one to be used…  
My shared server is hostgator.

/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:campaigns:update --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:campaigns:trigger --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:email:process --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:leadlists:update --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:fetch:email --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:webhooks:process --env=prod  
/opt/php55/bin/php /home/MYUSER/public\_html/leads/app/console mautic:iplookup:download --env=prod

who from this above is a valid cron job?

my best regards to all.

Robson

---

<div class="post-metadata">

### Author: ![Adam](https://avatars.discourse-cdn.com/v4/letter/a/4af34b/32.png) [@Adam](https://forum.mautic.org/u/Adam)
#### Post date: [May 25, 2016, 6:17pm UTC](https://forum.mautic.org/t/cron-jobs-seven-different-commands/3982/3 "2016-05-25T18:17:29Z")

</div>

They are all needed. They trigger different things. And here is how to do it correctly

[https://www.youtube.com/watch?v=6qcY--iAhbY](https://www.youtube.com/watch?v=6qcY--iAhbY)
