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