Page 1 of 1

setup cron

Posted: 30 Dec 2009, 06:52
by bhanuprasad1981
i had ordered server package last month , but due to some issues i had to reinstall os on server , i had installed all but dont know how to setup cron to run daily in the root crontab which checks /etc/localdomains and makes sure that there is an entry for any domain listed within the rules files


please let me know process , thank you

Posted: 30 Dec 2009, 16:07
by sawbuck
Edit root cron: crontab -e

Line to add: 10 0 * * * perl /usr/mscpanel/mscpanel.pl > /dev/null 2>&1

Adjust the run time to suit your environment.