Run Koha cronjob in convenient time fine

Open Applications > Accessories > Terminal

type crontab -e 

It will ask to select editor to open crontab. Press Enter button to proceed.

Add the following line in crontab editor

25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

Change running time (e.g. 25 6) of cronjob.

Press Ctrl + O to save the changes. Then Ctrl + X exit.

Information courtesy: Robin Sheat, catalyst.net.nz

Post a Comment

2 Comments