Add Meas-Web Installation
This commit is contained in:
parent
a9319f3d90
commit
1f1db0f869
3 changed files with 28 additions and 1 deletions
4
modules/rhizo_base/files/etc/sv/meas-web/log/run
Executable file
4
modules/rhizo_base/files/etc/sv/meas-web/log/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
LOG_FOLDER=/var/log/meas-web
|
||||
mkdir -p $LOG_FOLDER
|
||||
exec svlogd -tt $LOG_FOLDER
|
3
modules/rhizo_base/files/etc/sv/meas-web/run
Executable file
3
modules/rhizo_base/files/etc/sv/meas-web/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec /usr/bin/websocketd --staticdir=/var/www/meas --port=8080 /usr/bin/stdbuf -oL /usr/local/bin/meas_json
|
Loading…
Add table
Add a link
Reference in a new issue