View | Details | Raw Unified | Return to bug 36229
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-run-backups --days 2 --output /var/spool/koha
18
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl -c
19
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl -c
19
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl
20
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl
20
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/expire_recalls.pl
21
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/expire_recalls.pl
Lines 30-33 koha-foreach --chdir --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_da Link Here
30
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
31
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
31
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b
32
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b
32
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/plugins_nightly.pl
33
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/plugins_nightly.pl
33
koha-run-backups --days 2 --output /var/spool/koha
34
- 

Return to bug 36229