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
This commit is contained in:
fvigotti 2015-12-12 16:19:32 +00:00
parent dc82da146b
commit 56490a320d
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ while true; do
done
echo "Starting Kibana"
kibana
exec kibana