Start LDM was added back in to the edex start up script
This commit is contained in:
parent
2c8f592a7c
commit
5c51db10b5
1 changed files with 2 additions and 2 deletions
|
@ -326,13 +326,13 @@ edex_start() {
|
|||
elif [ "${args[1]}" == 'ingest' ]; then
|
||||
printf "#!/bin/bash\nexport SERVICES=( 'ingest' 'ingestGrib' )\n" > /etc/init.d/edexServiceList
|
||||
su -c "service edex_camel start"
|
||||
#ldm_start
|
||||
ldm_start
|
||||
elif [ "${args[1]}" == 'database' ]; then
|
||||
printf "#!/bin/bash\nexport SERVICES=( 'request' )\n" > /etc/init.d/edexServiceList
|
||||
su -c "service edex_camel start"
|
||||
elif [ "${args[1]}" != 'dev' ]; then
|
||||
su -c "service edex_camel start"
|
||||
#ldm_start
|
||||
ldm_start
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue