Merge pull request #236 from zabbix/master

Fixed issue in ubuntu image
This commit is contained in:
Alexey Pustovalov 2018-02-22 13:03:50 +02:00 committed by GitHub
commit d0e79cbb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/%(program_name)s.conf
[program:php5-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/php-fpm.conf
auto_start = true
autorestart = true

View File

@ -12,8 +12,8 @@ redirect_stderr=true
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:php-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/%(program_name)s.conf
[program:php5-fpm]
command = /usr/sbin/%(program_name)s -F -c /etc/php5/fpm/php-fpm.conf
auto_start = true
autorestart = true