default cron jobs from ispconfig

Discussion in 'General' started by josiah, May 25, 2012.

  1. josiah

    josiah New Member

    Hello wathe or the default cron jobs from ispconfig?
    i dont find them...

    Centos6
    Apache
    ispconfig3

    thx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Run command:

    crontab -l

    as root to get a list of the 2 ispconfig cronjobs.
     
  3. josiah

    josiah New Member

    Yes but i need to repair them, ther or non left. end i not know waht they ware...
    can you give me the 2 cronjobs
    thx
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Code:
    * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log
    30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log
     

Share This Page