changeset 10030:364dc7ae87e4 HEAD

master: Delay starting up config process until it's actually needed.
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Oct 2009 20:50:16 -0400
parents 60e8f45d71a7
children fa9d2204b453
files src/master/service-monitor.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/service-monitor.c	Fri Oct 09 20:33:27 2009 -0400
+++ b/src/master/service-monitor.c	Fri Oct 09 20:50:16 2009 -0400
@@ -296,8 +296,6 @@
 
 	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)