Files
sf_daq_broker/operation-tools/templates/stream.sh
T

11 lines
294 B
Bash

#!/bin/bash
coreAssociated="{{ stream_cores }}"
CONFIG=/gpfs/photonics/swissfel/buffer/config/{{ stream_config }}
SERVICE={{ detector }}-stream
/home/dbe/git/sf_daq_buffer/scripts/check_config_changed.sh ${CONFIG} ${SERVICE} &
taskset -c ${coreAssociated} /home/dbe/bin/sf_stream ${CONFIG}