remove imgestDat from /etc/init.d/edex_camel

This commit is contained in:
mjames-upc 2014-05-15 16:46:27 -06:00
parent 6151feb9f1
commit 060c9cf2ad

View file

@ -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