Merge "Make apache start on CentOS restart." into release-0.2

This commit is contained in:
Jenkins 2013-08-29 20:38:50 +00:00 committed by Gerrit Code Review
commit bfef3db658
1 changed files with 3 additions and 0 deletions

View File

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