fix(map.jinja): fix pid file location for debian
The PID file location for Debian changed recently see https://www.patreon.com/posts/february-updates-34189046 and https://github.com/oerdnj/deb.sury.org/issues/1334
This commit is contained in:
parent
e6393c7a6e
commit
393d69eb0f
@ -107,7 +107,7 @@
|
|||||||
'group': 'root',
|
'group': 'root',
|
||||||
'defaults': odict([
|
'defaults': odict([
|
||||||
('global', odict([
|
('global', odict([
|
||||||
('pid', '/var/run/php' + php_version + '-fpm.pid'),
|
('pid', '/run/php/php' + php_version + '-fpm.pid'),
|
||||||
('error_log', '/var/log/php' + php_version + '-fpm.log'),
|
('error_log', '/var/log/php' + php_version + '-fpm.log'),
|
||||||
])),
|
])),
|
||||||
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
||||||
|
Loading…
Reference in New Issue
Block a user