How often do cron jobs run??

Discussion in 'General' started by Yarnell, Feb 7, 2021.

  1. Yarnell

    Yarnell Member

    Hey folks,
    I was just browsing through the ispconfig billing folders and noticed a folder for cron that has 3 scripts. I created 2 scripts of my own and placed them in the /etc/cron.daily folder but now i'm wondering if I should just place them within the ispconfig cron folder.
    So my question is... How often do cron jobs run in ispconfig?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig cronjobs run at the time you specify them, the minimum interval is 1 minute, just like regular cronjobs.
     
  3. Yarnell

    Yarnell Member

    oh ok, so there is no daily, weekly, etc. I would just need to set them in my crontab?
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Till meant the cronjobs you set for your websites.

    Don't put custom crons in the ISPConfig cron folder, use crontab or cron.daily.
     
  5. Yarnell

    Yarnell Member

    gotcha... thanks.
     

Share This Page