How to implement Cronjob in Justhost? [closed] How to implement Cronjob in Justhost? [closed] codeigniter codeigniter

How to implement Cronjob in Justhost? [closed]


Please find below way of implement cronjob.

Example of job definition:

.---------------- minute (0 - 59) | .------------- hour (0 - 23)  |  | .---------- day of month (1 - 31)  |  | | .------- month (1 - 12) OR jan,feb,mar,apr ...  |  | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat  |  | | | | * * * * * command to be executed


Could you please find below example.

Which is i have used for every 1 day

crontab -e

add:

0 0 * * 1 your/command