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

(-)a/debian/koha-common.cron.d (-1 / +1 lines)
Lines 9-12 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Link Here
9
# Uncomment the following line if you do not want to use the koha-index-daemon integration
9
# Uncomment the following line if you do not want to use the koha-index-daemon integration
10
# */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q $(koha-list --enabled)
10
# */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q $(koha-list --enabled)
11
11
12
*/15 * * * * root koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl
12
*/15 * * * * root koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl
(-)a/debian/koha-common.cron.daily (-12 / +12 lines)
Lines 15-30 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 --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl
19
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
19
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/fines.pl
20
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
20
koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
21
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c
21
koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c
22
koha-foreach --enabled /usr/share/koha/bin/cronjobs/serialsUpdate.pl -c
22
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/serialsUpdate.pl -c
23
koha-foreach --enabled /usr/share/koha/bin/cronjobs/membership_expiry.pl -c
23
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/membership_expiry.pl -c
24
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1
24
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1
25
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
25
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
26
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --temp-uploads
26
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --temp-uploads
27
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
27
koha-foreach --chdir --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
28
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
28
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
29
koha-foreach --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b
29
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b
30
koha-run-backups --days 2 --output /var/spool/koha
30
koha-run-backups --days 2 --output /var/spool/koha
(-)a/debian/koha-common.cron.hourly (-1 / +1 lines)
Lines 16-19 Link Here
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
18
19
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/build_holds_queue.pl
19
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/build_holds_queue.pl
(-)a/debian/koha-common.cron.monthly (-2 / +1 lines)
Lines 16-19 Link Here
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
18
19
koha-foreach --enabled /usr/share/koha/bin/cronjobs/share_usage_with_koha_community.pl
19
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/share_usage_with_koha_community.pl
20
- 

Return to bug 17717