From c82008d34e656821ff46edfb88075f590ae099b0 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sat, 12 Sep 2009 16:39:24 +0000 Subject: bugfixes in supervision tree specifications git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@814189 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_server_sup.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/couchdb/couch_server_sup.erl') diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl index 1a31c7cc..610a9a61 100644 --- a/src/couchdb/couch_server_sup.erl +++ b/src/couchdb/couch_server_sup.erl @@ -89,7 +89,7 @@ start_server(IniFiles) -> permanent, brutal_kill, worker, - dynamic}, + [couch_config]}, {couch_primary_services, {couch_server_sup, start_primary_services, []}, permanent, @@ -155,13 +155,13 @@ start_primary_services() -> {couch_server, sup_start_link, []}, permanent, brutal_kill, - supervisor, + worker, [couch_server]}, {couch_db_update_event, {gen_event, start_link, [{local, couch_db_update}]}, permanent, brutal_kill, - supervisor, + worker, dynamic} ] }). -- cgit v1.2.3