Meas: separate the meas_json task
This allows more than one client to open the web meas
This commit is contained in:
parent
dc28f03a7c
commit
bca9ccae5d
4 changed files with 21 additions and 2 deletions
4
modules/rhizo_base/files/etc/sv/meas-json/run
Executable file
4
modules/rhizo_base/files/etc/sv/meas-json/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
exec 2>&1
|
||||
|
||||
exec /usr/bin/stdbuf -oL /usr/bin/meas_json > /tmp/json_pipe
|
Loading…
Add table
Add a link
Reference in a new issue