Code: Select all
0,5,10,15,20,25,30,35,40,45,50,55 * * * * <your script>
If it still seems to be not working after that, change the command to something like:
Code: Select all
0,5,10,15,20,25,30,35,40,45,50,55 * * * * date >>/tmp/debug_cron_pax.txt
Code: Select all
0,5,10,15,20,25,30,35,40,45,50,55 * * * * <your script>
Code: Select all
0,5,10,15,20,25,30,35,40,45,50,55 * * * * date >>/tmp/debug_cron_pax.txt
That was a good hint and, indeed, it works. It's not the notation, */5 ... works, too: the txt file is being created and a new line added every five minutes. So the problems seems to be related to my script somehow.Joulinar wrote: ↑Fri Feb 07, 2020 4:53 pmCode: Select all
0,5,10,15,20,25,30,35,40,45,50,55 * * * * date >>/tmp/debug_cron_pax.txt
Code: Select all
*/2 * * * * sudo bash /usr/local/bin/temp_mon