diff --git a/setup-centos.sh b/setup-centos.sh index ad5ec8488..e92e04564 100644 --- a/setup-centos.sh +++ b/setup-centos.sh @@ -276,6 +276,9 @@ CLONE_FROM_GIT=$1 else log "$MRN_CND_SPY not found!" fi + # add apache to autostart + chkconfig --add httpd + chkconfig httpd on } # uninstall