mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-11 22:45:37 +02:00
11 lines
294 B
Bash
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}
|
|
|