I have a php script that I want run every 65minutes
how I can write the cronjob value?
I opened /etc/crontab and add the following line but I think that this is wrong
please help meCode:65 * * * * php /home/blabla/script.php
65 * * * * /home/blabla/script.php
65 * * * * /home/blabla/script.php
*/65 * * * * php /home/blabla/script.php
*/5 * * * * root /root/restartWEBscript.sh >/dev/null 2>&1