So i have psychostats and i need to run cronjobs, but it doesnt even email me any logs if there are erros. Now when i had cpanel. This is how i would set it:
/home/example/domains/example/public_html/stats/stats.pl -v the stats.pl is the file i need to run and -v sends the logs to me, but nothing is working. This is how i have it. running ever 2nd min.
*/2 * * * * /home/example/domains/example/public_html/stats/stats.pl -v
Why isnt it sending me emails. How do i get it to do that and do i have the command right?