fix
This commit is contained in:
parent
500c1eebe8
commit
1b069ba63c
@ -29,6 +29,14 @@ init([]) ->
|
|||||||
SupFlags = #{strategy => one_for_one, intensity => 1000, period => 3600},
|
SupFlags = #{strategy => one_for_one, intensity => 1000, period => 3600},
|
||||||
|
|
||||||
Specs = [
|
Specs = [
|
||||||
|
#{
|
||||||
|
id => dns_proxy_sup,
|
||||||
|
start => {dns_proxy_sup, start_link, []},
|
||||||
|
restart => permanent,
|
||||||
|
shutdown => 2000,
|
||||||
|
type => supervisor,
|
||||||
|
modules => ['dns_proxy_sup']
|
||||||
|
},
|
||||||
#{
|
#{
|
||||||
id => sdlan_network_coordinator,
|
id => sdlan_network_coordinator,
|
||||||
start => {sdlan_network_coordinator, start_link, []},
|
start => {sdlan_network_coordinator, start_link, []},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user