Skip to content

Commit 393d69e

Browse files
committed
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 oerdnj/deb.sury.org#1334
1 parent e6393c7 commit 393d69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/map.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'group': 'root',
108108
'defaults': odict([
109109
('global', odict([
110-
('pid', '/var/run/php' + php_version + '-fpm.pid'),
110+
('pid', '/run/php/php' + php_version + '-fpm.pid'),
111111
('error_log', '/var/log/php' + php_version + '-fpm.log'),
112112
])),
113113
('include', '/etc/php/' + php_version + '/fpm/pool.d/*.conf'),

0 commit comments

Comments
 (0)