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