f74d9c108a
Updated s6overlay to v3 Note: xz-utils was added as a requirement for s6-overlay (using safe 5.4.1 instead of compromised 5.6.x versions)
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
#!/command/with-contenv bash
|
|
|
|
echo "waiting for influxdb"
|
|
until $(curl --output /dev/null --silent --head --fail http://localhost:8086/health); do echo "influxdb not ready" && sleep 5; done
|
|
|
|
echo "starting scrutiny"
|
|
scrutiny start
|