From db0894819d694df024c96d95aef4a715fd7ec118 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 14 Feb 2020 19:03:04 +0000 Subject: [PATCH] Bug 20897 - add commented cron example to cron.hourly To test: Have a look at kohaclone/debian/koha-common.cron.hourly, see that there is a job in there for running the plugin cron jobs for every Koha instance. Signed-off-by: Liz Rea --- debian/koha-common.cron.hourly | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/koha-common.cron.hourly b/debian/koha-common.cron.hourly index 4db64bbaa2..2aa4e31a04 100644 --- a/debian/koha-common.cron.hourly +++ b/debian/koha-common.cron.hourly @@ -17,3 +17,5 @@ koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/build_holds_queue.pl +# Following cron is for running plugin cron methods hourly. Please make sure you intend to run these before enabling. +# koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/run_cronjobs_plugins.pl -- 2.11.0