mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-16 09:40:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,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', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),
|
||||
|
|
Loading…
Add table
Reference in a new issue