Skip to content

Commit

Permalink
fix(map.jinja): fix pid file location for debian
Browse files Browse the repository at this point in the history
The PID file location for Debian changed recently
see https://www.patreon.com/posts/february-updates-34189046
and oerdnj/deb.sury.org#1334
  • Loading branch information
sylvainfaivre committed Feb 27, 2020
1 parent e6393c7 commit 393d69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 393d69e

Please sign in to comment.