diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index fada0f61..f13d33a0 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -588,6 +588,9 @@ class EEStackController(CementBaseController): EEService.reload_service(self, 'php5-fpm') if set(EEVariables.ee_hhvm).issubset(set(apt_packages)): + + EEShellExec.cmd_exec(self, "update-rc.d hhvm defaults") + EEFileUtils.searchreplace(self, "/etc/hhvm/server.ini", "9000", "8000") EEFileUtils.searchreplace(self, "/etc/nginx/hhvm.conf",