Skip to content

Commit 07c960e

Browse files
committed
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
1 parent d9493db commit 07c960e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@
24172417
'group': 'root',
24182418
'defaults': odict([
24192419
('global', odict([
2420-
('pid', '/var/run/php' + php_version + '-fpm.pid'),
2420+
('pid', '/run/php/php' + php_version + '-fpm.pid'),
24212421
('error_log', '/var/log/php' + php_version + '-fpm.log'),
24222422
])),
24232423
('include', confdir + '/fpm/pool.d/*.conf'),

0 commit comments

Comments
 (0)