Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Go to Hostbil Settings -> General Settings -> Task List
  2. Copy text under Create the following Cron Job: discarding "*/5 * * * *"

...

  1. Image Added

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

...


  1. Image Added

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

...

  1. Image Added

  2. 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.:
Code Block
languagetext
php -q /pathtoyourhostbillil/admin/cron.php > /dev/null 2>&1

...