Remove ingestDat from the edexServiceList
This commit is contained in:
parent
3f882172b0
commit
1aebac3c5b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if [ "${1}" = "1" ]; then
|
|||
|
||||
#add services to the edex service list
|
||||
LIST_FILE=/etc/init.d/edexServiceList
|
||||
BASE_SERVICES=(ingest ingestDat ingestGrib request)
|
||||
BASE_SERVICES=(ingest ingestGrib request)
|
||||
|
||||
if [ -f $LIST_FILE ]; then
|
||||
source $LIST_FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue