Fix pid file name
This commit is contained in:
parent
04be772437
commit
a645239fac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue