From d11e74e5c7c14db141f750ab1658a6ae43a1092a Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Thu, 29 Aug 2013 19:48:30 +0400 Subject: [PATCH] Make apache start on CentOS restart. Change-Id: I4fc13f58f679893b68abbc87c2650743c0258260 Fixes: bug MRN-791. --- setup-centos.sh | 3 +++ 1 file changed, 3 insertions(+) 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