summaryrefslogtreecommitdiff
path: root/src/plop_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r--src/plop_sup.erl3
1 files changed, 2 insertions, 1 deletions
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 ->