Skip to main content

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, week, etc.

 You need to have 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 our the following to  add a cron job

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 values the sample crontab entry will be showing on the same page

Now click the button Create Cron  ,  which will add the cron

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.