OOM Alignment BE,FE,KBN
[sdc.git] / catalog-fe / sdc-frontend / startup.sh
1 #!/bin/sh
2
3 JAVA_OPTIONS=" ${JAVA_OPTIONS} -Dconfig.home=${JETTY_BASE}/config -Dlog.home=${JETTY_BASE}/logs -Dlogback.configurationFile=${JETTY_BASE}/config/catalog-fe/logback.xml -Dconfiguration.yaml=${JETTY_BASE}/config/catalog-fe/configuration.yaml -Donboarding_configuration.yaml=${JETTY_BASE}/config/onboarding-fe/onboarding_configuration.yaml"
4
5 cd /root/chef-solo
6 chef-solo -c solo.rb -E ${ENVNAME}
7
8 cd /var/lib/jetty
9 /docker-entrypoint.sh &
10
11 while true; do sleep 2; done
12