fix
This commit is contained in:
parent
c839b09beb
commit
0ba25415ad
@ -71,7 +71,7 @@ init([]) ->
|
||||
shutdown => 2000,
|
||||
type => worker,
|
||||
modules => ['efka_inetd']
|
||||
},
|
||||
}
|
||||
|
||||
%#{
|
||||
% id => 'efka_remote_agent',
|
||||
@ -82,14 +82,6 @@ init([]) ->
|
||||
% modules => ['efka_remote_agent']
|
||||
%},
|
||||
|
||||
#{
|
||||
id => 'efka_service_sup',
|
||||
start => {'efka_service_sup', start_link, []},
|
||||
restart => permanent,
|
||||
shutdown => 2000,
|
||||
type => supervisor,
|
||||
modules => ['efka_service_sup']
|
||||
}
|
||||
],
|
||||
|
||||
{ok, {SupFlags, ChildSpecs}}.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user