Commit 56490a32 authored by fvigotti's avatar fvigotti

kibana is now executed using exec

kibana should be executed with exec to give it pid 1 and bind signal forwarding with the container instance
parent dc82da14
......@@ -7,4 +7,4 @@ while true; do
done
echo "Starting Kibana"
kibana
exec kibana
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment