fix(map.jinja): Fix pidfile to match PIDFile in systemd service
For Debian with latest packages from packages.sury.org/php repository, when only one version is installed
This commit is contained in:
parent
d9493dbd32
commit
07c960ed64
@ -2417,7 +2417,7 @@
|
||||
'group': 'root',
|
||||
'defaults': 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'),
|
||||
])),
|
||||
('include', confdir + '/fpm/pool.d/*.conf'),
|
||||
|
Loading…
Reference in New Issue
Block a user