Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  1. Go to Hostbil Settings -> General Settings -> Task List
  2. Copy text under Create the following Cron Job: discarding "*/5 * * * *"

    hostbil cron

  3. Login to cPanel
  4. Enter Cron job settings page

    cronjobbutton

  5. In line labeled as Command, pate text from step 2. Set Minute/Hour/Day/Month/Weekday as on the picture below

    settings

  6. If you do not want an email to be sent for an individual cron job you can redirect the command's output to /dev/null like this: mycommand >/dev/null 2>&1 e.g.:
php -q /pathtoyourhostbillil/admin/cron.php > /dev/null 2>&1

 

 
  • No labels