I have a new scheduling issue. With the new hamvoip image, it come with *81 to give time and weather. I'd like it to run at 15 past the hour every 2 hours. From what I see online I have it set correctly but it still runs every hour. Is there a different way to do it?
15 */2 * * *
I even tried
15 6,8,10,12,14,16,18,20 * * *
That didn't work at all. I tried it under scheduler in rpt.conf and crontrab -e with the same issues.
Sorry for being annoying