diff --git a/apps/sdlan/src/sdlan_sup.erl b/apps/sdlan/src/sdlan_sup.erl index ed9a7be..f69feb9 100644 --- a/apps/sdlan/src/sdlan_sup.erl +++ b/apps/sdlan/src/sdlan_sup.erl @@ -55,6 +55,15 @@ init([]) -> modules => ['sdlan_network_sup'] }, + #{ + id => sdlan_register_worker_sup, + start => {sdlan_register_worker_sup, start_link, []}, + restart => permanent, + shutdown => 2000, + type => supervisor, + modules => ['sdlan_register_worker_sup'] + }, + #{ id => sdlan_stun_sup, start => {sdlan_stun_sup, start_link, []},