mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-12 06:15:35 +02:00
11 lines
258 B
Bash
11 lines
258 B
Bash
#!/bin/bash
|
|
|
|
coreAssociated="{{ cores_assembler }}"
|
|
CONFIG={{ detector_config }}
|
|
#SERVICE={{ detector }}-assembler
|
|
|
|
#/home/dbe/service_scripts/check_config_changed.sh ${CONFIG} ${SERVICE} &
|
|
|
|
taskset -c ${coreAssociated} /home/dbe/bin/jf_assembler ${CONFIG}
|
|
|