From: Galen Charlton Date: Fri, 26 May 2017 14:24:53 +0000 (-0400) Subject: LP#1672775: add purge_at_events.srfsh to example crontab X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6ded4c35f463af9004651c9f73ac7f0036423f79;p=working%2FEvergreen.git LP#1672775: add purge_at_events.srfsh to example crontab Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- 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