From d4793aea4dfbf1862bf6ca8eb5cf4279a41b36a4 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 27 Jan 2017 02:02:39 +0100 Subject: Separate erlang config file for reloadable parameters --- src/plop_sup.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plop_sup.erl') diff --git a/src/plop_sup.erl b/src/plop_sup.erl index 55d6e9a..6bac20e 100644 --- a/src/plop_sup.erl +++ b/src/plop_sup.erl @@ -48,7 +48,8 @@ init([]) -> ]), Children = [permanent_worker(the_db, {db, start_link, []}, [db]), permanent_worker(the_storagedb, {storagedb, start_link, []}), - permanent_worker(fsync, {fsyncport, start_link, []})], + permanent_worker(fsync, {fsyncport, start_link, []}), + permanent_worker(plopcontrol, {plopcontrol, start_link, []})], OptionalChildren = lists:map(fun (ServiceName) -> case ServiceName of ht -> -- cgit v1.1