From 20271e6592effa56d82bf635f52bed00cdd797c2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Feb 2018 13:29:41 -0800 Subject: [PATCH] Fixed issue with supervisord daemon on Nginx Ubuntu images --- .../ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf | 3 +++ .../ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/web-nginx-mysql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf b/web-nginx-mysql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf index 74def8f0d..f1d5f297a 100644 --- a/web-nginx-mysql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf +++ b/web-nginx-mysql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf @@ -1,3 +1,6 @@ +[supervisord] +nodaemon = true + [program:nginx] command = /usr/sbin/%(program_name)s -g "daemon off;" -c /etc/nginx/%(program_name)s.conf auto_start = true diff --git a/web-nginx-pgsql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf b/web-nginx-pgsql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf index 74def8f0d..f1d5f297a 100644 --- a/web-nginx-pgsql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf +++ b/web-nginx-pgsql/ubuntu/conf/etc/supervisor/conf.d/supervisord_zabbix.conf @@ -1,3 +1,6 @@ +[supervisord] +nodaemon = true + [program:nginx] command = /usr/sbin/%(program_name)s -g "daemon off;" -c /etc/nginx/%(program_name)s.conf auto_start = true