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

(-)a/misc/cronjobs/crontab.example (-1 / +3 lines)
Lines 76-78 KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs Link Here
76
76
77
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
77
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
78
16 1 * * * $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10
78
16 1 * * * $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10
79
- 
79
80
# delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete.
81
@weekly	$KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1

Return to bug 6478