mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix order of starting supervisors.
ExtMod should be loaded before GenModSupervisor because ext_mod adds proper paths to ebin from modules (ejabberd-contrib). Without this change you have to add -pa parameter with path to module's ebin.
This commit is contained in:
parent
ad948d33c0
commit
81fe380de2
@ -173,7 +173,7 @@ init([]) ->
|
|||||||
RouterMulticast,
|
RouterMulticast,
|
||||||
Local,
|
Local,
|
||||||
SM,
|
SM,
|
||||||
GenModSupervisor,
|
|
||||||
ExtMod,
|
ExtMod,
|
||||||
|
GenModSupervisor,
|
||||||
Auth,
|
Auth,
|
||||||
OAuth]}}.
|
OAuth]}}.
|
||||||
|
Loading…
Reference in New Issue
Block a user