View | Details | Raw Unified | Return to bug 17159
Collapse All | Expand All

(-)a/misc/cronjobs/crontab.example (-2 / +1 lines)
Lines 85-91 KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs Link Here
85
59 23 * * *  __KOHA_USER__ $KOHA_CRON_PATH/services_throttle.pl > /dev/null 2>&1
85
59 23 * * *  __KOHA_USER__ $KOHA_CRON_PATH/services_throttle.pl > /dev/null 2>&1
86
86
87
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
87
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
88
16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites
88
16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --mail
89
89
90
# delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete.
90
# delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete.
91
@weekly	__KOHA_USER__  $KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1
91
@weekly	__KOHA_USER__  $KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1
92
- 

Return to bug 17159