mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +02:00
Improve startup procedure
This commit is contained in:
parent
5b112c86bf
commit
67d6ca9f10
23 changed files with 405 additions and 316 deletions
|
@ -55,8 +55,8 @@ start(_Host, _Opts) ->
|
|||
{ejabberd_tmp_sup, start_link,
|
||||
[mod_sip_proxy_sup, mod_sip_proxy]},
|
||||
permanent, infinity, supervisor, [ejabberd_tmp_sup]},
|
||||
supervisor:start_child(ejabberd_sup, Spec),
|
||||
supervisor:start_child(ejabberd_sup, TmpSupSpec),
|
||||
supervisor:start_child(ejabberd_gen_mod_sup, Spec),
|
||||
supervisor:start_child(ejabberd_gen_mod_sup, TmpSupSpec),
|
||||
ok.
|
||||
|
||||
stop(_Host) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue