mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 01:44:36 +02:00
10 lines
265 B
Bash
10 lines
265 B
Bash
#!/bin/bash
|
|
|
|
coreAssociated="26"
|
|
CONFIG=/gpfs/photonics/swissfel/buffer/config/stream-JF10.json
|
|
SERVICE=JF10-stream
|
|
|
|
/home/dbe/git/sf_daq_buffer/scripts/check_config_changed.sh ${CONFIG} ${SERVICE} &
|
|
|
|
taskset -c ${coreAssociated} /usr/local/bin/sf_stream ${CONFIG}
|