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

 You need to have a good knowledge of Linux commands to schedule a cron job. If you are not familiar with Linux, we recommend contacting 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:  /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 shown on the same page.

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

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.