aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-06-20 17:23:19 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-06-20 17:23:19 +0200
commit8f1bb3bd3300bdc1b1d379dc414275fc834ac2fc (patch)
treefbc1a6e11700193f7545f041c7d4fd184b688dc1 /docker
parentfb811b95237823ed4be3413231dda817999e6ccb (diff)
Also start services (as this can be done before deploying an application).
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run-vespa-internal.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/run-vespa-internal.sh b/docker/run-vespa-internal.sh
index b4fbacaf381..e8c8c0d4d0e 100755
--- a/docker/run-vespa-internal.sh
+++ b/docker/run-vespa-internal.sh
@@ -17,6 +17,7 @@ chown -R vespa:vespa /opt/vespa
export VESPA_CONFIG_SERVERS=$(hostname)
/opt/vespa/bin/vespa-start-configserver
+/opt/vespa/bin/vespa-start-services
# Print log forever
while true; do