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 88e37d8 commit 3aec591Copy full SHA for 3aec591
jobs/elasticsearch_config/spec
@@ -6,7 +6,7 @@ packages:
6
- java8
7
8
templates:
9
- bin/run.erb: bin/run
+ bin/run.erb: bin/upload-config
10
bin/job.process: bin/job.process
11
index-templates/shards-and-replicas.json.erb: index-templates/shards-and-replicas.json
12
index-templates/index-settings.json.erb: index-templates/index-settings.json
jobs/elasticsearch_config/templates/bin/job.process
@@ -20,7 +20,7 @@ case $1 in
20
start)
21
echo $$ > "${PIDFILE}"
22
23
- /var/vcap/jobs/elasticsearch_config/bin/run
+ /var/vcap/jobs/elasticsearch_config/bin/upload-config
24
25
# pretend we're still running to keep monit happy
26
echo 1 > "${PIDFILE}"
0 commit comments