Browse Source

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
pull/209/head
Sergio Cambra 5 years ago
parent
commit
07c960ed64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/map.jinja

+ 1
- 1
php/map.jinja View File

'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', confdir + '/fpm/pool.d/*.conf'), ('include', confdir + '/fpm/pool.d/*.conf'),

Loading…
Cancel
Save