From 6ded4c35f463af9004651c9f73ac7f0036423f79 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 26 May 2017 10:24:53 -0400 Subject: [PATCH] LP#1672775: add purge_at_events.srfsh to example crontab Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- Open-ILS/examples/crontab.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/examples/crontab.example b/Open-ILS/examples/crontab.example index 7a9d9e7a70..8803b32f13 100644 --- a/Open-ILS/examples/crontab.example +++ b/Open-ILS/examples/crontab.example @@ -81,6 +81,9 @@ EG_BIN_DIR = /openils/bin 20 3 1 * * . ~/.bashrc && $EG_BIN_DIR/action_trigger_runner.pl --osrf-config $SRF_CORE --process-hooks --granularity monthly 25 3 1 1 * . ~/.bashrc && $EG_BIN_DIR/action_trigger_runner.pl --osrf-config $SRF_CORE --process-hooks --granularity yearly +# Purge old A/T events +15 1 * * * . ~/.bashrc && $EG_BIN_DIR/purge_at_events.srfsh + # Legacy overdue/predue notice generator. Change to suit. #XML_FILE_PREFIX = /openils/var/data/overdue/overdue #0 3 * * * . ~/.bashrc && cd $EG_BIN_DIR && ./generate_circ_notices.pl --osrf_config $SRF_CORE --notice-types overdue,predue --generate-global-templates --send-email > $XML_FILE_PREFIX.$(date +"\%F").xml -- 2.43.2