aboutsummaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/src/main/docker/startService.sh
diff options
context:
space:
mode:
authorPaira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>2018-08-20 21:28:11 +0000
committerPaira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>2018-08-20 21:36:03 +0000
commit822c98964b0a4f7b4da5dbe79669e54011a0778d (patch)
treea9aba60cfee75481dd1a4af7dabd4545df1bf7ae /ms/vlantag-api/src/main/docker/startService.sh
parentec42fbdf2e1b1f985777cd6adc1a3287f842b28f (diff)
Add VlantagApi Functional Component to apps/ms
Initial code contribution to add Vlantag Api microservice. It is developed as a Spring Boot application. Issue-ID: CCSDK-475 Change-Id: I0d5df398aae284cee181fcefeee9251e11ea8c26 Signed-off-by: Saurav Paira <sp694w@att.com> Signed-off-by: Paira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>
Diffstat (limited to 'ms/vlantag-api/src/main/docker/startService.sh')
-rw-r--r--ms/vlantag-api/src/main/docker/startService.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/vlantag-api/src/main/docker/startService.sh b/ms/vlantag-api/src/main/docker/startService.sh
new file mode 100644
index 00000000..e7d31210
--- /dev/null
+++ b/ms/vlantag-api/src/main/docker/startService.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+app_args=-Dspring.config.location=${APP_CONFIG_HOME}
+echo "app_args ="${app_args}
+java -Djava.security.egd=file:/dev/./urandom ${app_args} -Xms1024m -Xmx1024m -jar /app.jar