From 9516ea85a97de720f97c31bf9dc027a2e4845788 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 9 Oct 2009 20:50:16 -0400 Subject: [PATCH] master: Delay starting up config process until it's actually needed. --HG-- branch : HEAD --- src/master/service-monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/master/service-monitor.c b/src/master/service-monitor.c index e3286f7b27..2f4d7f48c2 100644 --- a/src/master/service-monitor.c +++ b/src/master/service-monitor.c @@ -296,8 +296,6 @@ void services_monitor_start(struct service_list *service_list) if (service_process_create(service_list->log, NULL, NULL) != NULL) service_monitor_listen_stop(service_list->log); - if (service_process_create(service_list->config, NULL, NULL) != NULL) - service_monitor_listen_stop(service_list->config); } void service_monitor_stop(struct service *service) -- 2.47.3