Yeah, I actually mentioned the syntax was wrong and gave correct usage originally, but it got lost in one of the edits. All that got left was my slightly different take on things. :tongue: Sorry about that

Again though, that syntax isn't quite right, it will fire at a minute past, but then trigger continuously.
It needs to have 86400 for the delay to happen once a day, ony then it will wait until "a minute past" + 86400 for the first execution of the command unless you manage to trip it with the -e switch. So basically, you'd need two timers when starting it up...
Thats one reason I used the 130secs delay with the time set to 2mins earlier in my example.