Advertisement
Guest User

cron.d/koha-common

a guest
Jan 15th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # /etc/cron.d/koha-common
  2. #
  3. # Call koha-rebuild-zebra for each enabled Koha instance, to make sure the
  4. # Zebra indexes are up to date.
  5.  
  6. SHELL=/bin/sh
  7. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  8.  
  9. # Uncomment the following line if you do not want to use the koha-index-daemon integration
  10. # */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q $(koha-list --enabled)
  11.  
  12. */15 * * * * root koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement