From 1060ef930099cdedae7c5ba1886a0910537a36d0 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 7 Feb 2020 19:35:27 +0100 Subject: [PATCH] Fix the path of the php-fpm pid, it is now used by the systemd unit. --- library/roles/php-fpm/templates/php-fpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/roles/php-fpm/templates/php-fpm.conf.j2 b/library/roles/php-fpm/templates/php-fpm.conf.j2 index dfb2c2a..692d354 100644 --- a/library/roles/php-fpm/templates/php-fpm.conf.j2 +++ b/library/roles/php-fpm/templates/php-fpm.conf.j2 @@ -17,7 +17,7 @@ [global] ; Pid file ; Default Value: none -pid = /var/run/php5-fpm.pid +pid = /run/php/php{{ php_version }}-fpm.pid ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written