25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00

ejabberd_s2s should start after its supervisors

This commit is contained in:
Evgeny Khramtsov 2019-07-15 12:59:47 +03:00
parent 295015a8cb
commit 04dab48794

View File

@ -57,9 +57,9 @@ init([]) ->
worker(ejabberd_router_multicast),
worker(ejabberd_local),
worker(ejabberd_sm),
worker(ejabberd_s2s),
simple_supervisor(ejabberd_s2s_in),
simple_supervisor(ejabberd_s2s_out),
worker(ejabberd_s2s),
simple_supervisor(ejabberd_service),
worker(ejabberd_captcha),
worker(ext_mod),