From b19c59c2a937a0c627b9538f66e5d823167c4eca Mon Sep 17 00:00:00 2001 From: Rowcliffe Browne Date: Wed, 28 Oct 2015 16:12:15 +0800 Subject: [PATCH] changed hhvm PID filepath to match default /etc/init.d/hhvm PID filepath --- php/ng/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ng/map.jinja b/php/ng/map.jinja index 7598d3f..03c70dc 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -58,7 +58,7 @@ 'service': 'hhvm', 'defaults': {}, 'server': odict([ - ('pid', '/var/run/hhvm.pid'), + ('pid', '/var/run/hhvm/pid'), ('hhvm.server.port', '9000'), ('hhvm.server.type', 'fastcgi'), ('hhvm.server.default_document', 'index.php'),