Fix pid file name

This commit is contained in:
phil 2023-06-10 18:34:23 +02:00
parent 04be772437
commit a645239fac

View file

@ -1,6 +1,6 @@
# {{ ansible_managed }}
check process php-fpm with pidfile /run/php/php{{ php_version.stdout }}.pid
check process php-fpm with pidfile /run/php/php{{ php_version.stdout }}-fpm.pid
group webserver
start program = "/usr/sbin/service php{{ php_version.stdout }}-fpm start"
stop program = "/usr/sbin/service php{{ php_version.stdout }}-fpm stop"