Crontab help
Posted by: gbcue
Posted on: 2006-10-14 19:43:00
I have a cron job setup but it's not working :.
It's set to:
*/5 * * * * /usr/execute/something /home/directory/somescript.cron --extra_config=config.xml
It says (when I just type out the cronjob command):
Reading configuration file: config.xml
[ERROR] Cannot read configuration file: config.xml
Configuration file errors -- exiting.
But I know it's working because when I just type out
python somescript.cron --extra_config=config.xml
it works fine.
What should I do?
Thanks!
If this is working, I want to set it to execute every 24 hours...