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

(-)a/debian/koha-common.cron.daily (-2 / +1 lines)
Lines 15-20 Link Here
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
18
koha-foreach --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl
18
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
19
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
19
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
20
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
20
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c
21
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c
Lines 24-28 koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/ Link Here
24
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites
25
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites
25
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
26
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
26
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
27
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
27
koha-foreach --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl
28
koha-run-backups --days 2 --output /var/spool/koha
28
koha-run-backups --days 2 --output /var/spool/koha
29
- 

Return to bug 16798