Zeeboot
10-10-2007, 08:35 PM
I am trying to create a crontab job in freebsd to automate the scheduling processes.
I saw:
Advanced: ping http://localhost/cerb4/index.php/cron with wget/lynx in an external cron/scheduled task
I am trying to get it to work but its not working to great using lynx. I have setup a crontab job:
3 * * * * lynx http://localhost/cerb4/index.php/cron && sleep 60 && exit
but unfortunately it is not working at all.
the cronjob appears to be working but its not doing what its supposed to.
Any suggestions?
I saw:
Advanced: ping http://localhost/cerb4/index.php/cron with wget/lynx in an external cron/scheduled task
I am trying to get it to work but its not working to great using lynx. I have setup a crontab job:
3 * * * * lynx http://localhost/cerb4/index.php/cron && sleep 60 && exit
but unfortunately it is not working at all.
the cronjob appears to be working but its not doing what its supposed to.
Any suggestions?