Now I am wondering if I should just have crontab wget my cron functions into dev/null?
0-59/1 * * * * wget http://localhost/myapp/cron/cronjob > /dev/null 2>&1 Seems kinda lo-tech. Will this cause any problems?
Now I am wondering if I should just have crontab wget my cron functions into dev/null?
0-59/1 * * * * wget http://localhost/myapp/cron/cronjob > /dev/null 2>&1 Seems kinda lo-tech. Will this cause any problems?