We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c260ea commit 4d3993cCopy full SHA for 4d3993c
gitpod/sp-elasticsearch.conf
@@ -1,5 +1,5 @@
1
[program:elasticsearch]
2
-command=/bin/bash -c "/home/gitpod/elasticsearch-7.9.3/bin/elasticsearch -p /home/gitpod/elasticsearch-7.9.3/pid -Ediscovery.type=single-node"
+command=/bin/bash -c "/home/gitpod/elasticsearch-$ELASTICSEARCH_VERSION/bin/elasticsearch -p /home/gitpod/elasticsearch-$ELASTICSEARCH_VERSION/pid -Ediscovery.type=single-node"
3
process_name=%(program_name)s
4
#priority=1001
5
autostart=true
0 commit comments