diff options
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/artifacts/kibana/start.sh')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/artifacts/kibana/start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/artifacts/kibana/start.sh b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/kibana/start.sh new file mode 100644 index 0000000..5149bb3 --- /dev/null +++ b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/kibana/start.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# This script starts kibana as a service in init.d +service kibana4 stop +service kibana4 start |