Make apache start on CentOS restart.

Change-Id: I4fc13f58f679893b68abbc87c2650743c0258260
Fixes: bug MRN-791.
This commit is contained in:
Timur Sufiev 2013-08-29 19:48:30 +04:00
parent 73c6218522
commit d11e74e5c7
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