We purchased the generator last month and like it so much that we have decided to set up a cron job to run it daily.
I have not done this before and just wish to ensure i have the correct changes prepared
I have found our server file /etc/crontab
It reads stuff like
# UTC time.
1,31 0-5 * * * root adjkerntz -a
39 21 * * * root /usr/local/sbin/updateVersionList.sh > /dev/null 2>&1
can i add to this
0 1 * * * /usr/local/bin/php /usr/home/tubal/htdocs/generator/runcrawl.php > /dev/null
TIA
Ben