Ident samples

This commit is contained in:
nemunaire 2018-10-14 22:58:19 +02:00
commit 02db9cc19c
47 changed files with 2660 additions and 215 deletions

View file

@ -0,0 +1,9 @@
#!/bin/sh
influxd &
WAIT=$!
/opt/chronograf/chronograf &
WAIT="${WAIT} $!"
wait ${WAIT}