set chkconfig for edex services at startup
Former-commit-id: 85d8a7f454a60f33dcb7c950bdc50d949f665edc [formerly aef25aaa70a958d006b2b212b7d48002331ba531] [formerly5bf7d56552
[formerlyeb63cf6da0
]] Former-commit-id:5bf7d56552
Former-commit-id:deb0710d22
This commit is contained in:
parent
b2bc7b58ae
commit
6d777b9f51
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue