changed hhvm PID filepath to match default /etc/init.d/hhvm PID filepath

This commit is contained in:
Rowcliffe Browne 2015-10-28 16:12:15 +08:00
parent 256145736a
commit b19c59c2a9

View File

@ -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'),