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

(-)a/debian/koha-common.cron.daily (-1 / +1 lines)
Lines 22-25 koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.p Link Here
22
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
22
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
23
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10
23
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10
24
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
24
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
25
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
25
koha-run-backups --days 2 --output /var/spool/koha
26
koha-run-backups --days 2 --output /var/spool/koha
26
- 

Return to bug 11138