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 in Linux commands to schedule a cron job. If you are not familiar with linux, we recommend to contact 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 ourout the following to add a cron jobjob,
Enter Cron Job Command : The full command to run the script ( Eg : /usr/bin/php /home/myuser/public_html/whmc/cron.php )
Select Cron Schedule : Set the cron execution time interval
After setting the above valuesvalues, the sample crontab entry will be showing on the same pagepage.
Do not add cron from server shell in an eenos hosting server. Such cron jobs will be overwritten during the crontab update from eenos control panel.