set chkconfig for edex services at startup

Former-commit-id: eb63cf6da0
This commit is contained in:
mjames-upc 2015-08-14 09:50:03 -06:00
parent 558091c12b
commit 5bf7d56552

View file

@ -223,14 +223,14 @@ edex_ipexit() { # abandon ip editing, post msg to guide manual edits
edex_setup() { # setup IP subnet and domains for EDEX, prompt user for confirm
echo ''
# run services on system startup
#chkconfig edex_postgres --add
#chkconfig httpd-pypies --add
#chkconfig qpidd --add
#chkconfig edex_camel --add
#chkconfig edex_postgres on --level 235
#chkconfig httpd-pypies on --level 235
#chkconfig qpidd on --level 235
#chkconfig edex_camel on --level 235
chkconfig edex_postgres --add
chkconfig httpd-pypies --add
chkconfig qpidd --add
chkconfig edex_camel --add
chkconfig edex_postgres on --level 235
chkconfig httpd-pypies on --level 235
chkconfig qpidd on --level 235
chkconfig edex_camel on --level 235
echo '[edex] EDEX IP and Hostname Setup'
# check files exist
continue=true