Reconfigure crontabs

Discussion in 'General' started by Thomas Jensen, Aug 30, 2009.

  1. Thomas Jensen

    Thomas Jensen New Member

    Hi,

    I have mistakenly deleted the crontab file (crontab -r), how do i make ISPConfig reconfigure it?

    Thanks.
     
  2. Thomas Jensen

    Thomas Jensen New Member

    Think i solved it by inserting:

    * * * * * /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
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    That looks fine. In such a case you can also download ispconfig again and run the update.php script, it will reconfigure your system and ads also missing crontab entries.
     

Share This Page