This commit is contained in:
anlicheng 2025-09-16 18:52:12 +08:00
parent c839b09beb
commit 0ba25415ad
2 changed files with 1 additions and 9 deletions

View File

@ -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}}.