Commit 005e578c authored by Juliano Murari's avatar Juliano Murari

init.sh: add sleep before sending signal to dev_mngr

This sleep should give sufficient amount of time
for dev_mngr registers its signal handlers
parent 9a56a931
......@@ -20,6 +20,8 @@ broker_endp=$1
# Launch Device Manager
./dev_mngr -v -b "ipc://"$broker_endp &
# FIXME: Wait dev_mngr has registred the signal handlers
sleep 1
# Signal dev_mngr of a "new" PCIe device
killall -SIGUSR1 dev_mngr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment