Re: [Koha] How to run Koha fines script manually
Dear Robin, Thank you for the information. One doubt too, in which time cron works according to the below mentioned script? 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) It work on 6 AM 25 minutes? Regards, -- Vimal Kumar V. Technical Assistant Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.info Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in http://moovandan.blogspot.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
Vimal Kumar V. schreef op wo 22-01-2014 om 12:49 [+0000]:
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
It work on 6 AM 25 minutes?
Yes. Also on boot, anacron checks to see if it's run the tasks today, and if not, it goes and does it. So they'll either run at 6:25am, or when the machine starts up on that day. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (2)
-
Robin Sheat -
Vimal Kumar V.