# # This crontab file is used for the hdops account running on gluon47. # # n.b. This has been disabled here in preference for logic Hovanes has # implemented in the IOC. That logic does use the HD:coda:daq:cdc_used # EPICS variable which is set by the CODA state transition scripts. # # Run the atm_pressure_monitor.py script every 2 min # Do NOT change period without changing script! # See comments in /gluex/builds/devel/packages/monitoring/src/scripts/atm_pressure_monitor.py #*/2 * * * * /gluex/etc/crontabs/tcsh_AIEC_env "hdlog -c -o /gluex/log/atm_pressure_monitor.py.log atm_pressure_monitor.py" >/dev/null 2>&1 # Disabled 5/6/2022 DL # Run the AIEC_CDC.py script every 5 min #*/1 * * * * /gluex/etc/crontabs/tcsh_AIEC_env "hdlog -c -o /gluex/log/AIEC_CDC.py.log /group/halld/AIEC/utilities/CDC_control_ai/AIEC_CDC.py --config /group/halld/AIEC/utilities/CDC_control_ai/AIEC_CDC.cfg" >/dev/null 2>&1