remove imgestDat from /etc/init.d/edex_camel
This commit is contained in:
parent
6151feb9f1
commit
060c9cf2ad
1 changed files with 1 additions and 11 deletions
|
@ -24,17 +24,7 @@ prog="start.sh"
|
|||
MEM=( `free -g | grep "Mem:"` )
|
||||
TOTAL_MEM=${MEM[1]}
|
||||
|
||||
# determine services to load
|
||||
if [ -f /etc/rc.d/init.d/edexServiceList ]; then
|
||||
. /etc/rc.d/init.d/edexServiceList
|
||||
else
|
||||
# SERVICES=( 'request' 'ingest' 'ingestGrib' 'ingestDat')
|
||||
# Now that services could be full edex or datadelivery, don't want to start
|
||||
# defaults if list is missing to prevent start up of services on an unintended
|
||||
# server
|
||||
echo "ERROR: /etc/rc.d/init.d/edexServiceList not found, exiting. You can manage intended service(s) by providing them as an argument until issue is resolved"
|
||||
return 1
|
||||
fi
|
||||
SERVICES=( 'request' 'ingest' 'ingestGrib')
|
||||
|
||||
# Who to run EDEX server as, usually "awips". (NOT "root")
|
||||
EDEXUSER=awips
|
||||
|
|
Loading…
Add table
Reference in a new issue