Add New Cron Job
Create Cron Job
A cron job is a Linux command used for scheduling tasks. You can set a command or script to run at a specific time - every day, every week, etc.
You need to have a good knowledge inof Linux commands to schedule a cron job. If you are not familiar with linux,Linux, we recommend to contactcontacting your server support to add a cron job for you.
Location :
Cron Jobs -> Add New Cron Job
Adding New Cron Job
You need to fill out the following to add a cron job,
Enter Cron Job Command : The full command to run the script ( Eg :Eg: /usr/bin/php /home/myuser/public_html/whmc/cron.php )
Select Cron Schedule : Set the cron execution time interval
After setting the above values, the sample crontab entry will be showingshown on the same page.
Do not add cron from the server shell in an eenos hosting server. Such cron jobs will be overwritten during the crontab update from the eenos control panel.