mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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,
|
||||
Local,
|
||||
SM,
|
||||
GenModSupervisor,
|
||||
ExtMod,
|
||||
GenModSupervisor,
|
||||
Auth,
|
||||
OAuth]}}.
|
||||
|
Loading…
Reference in New Issue
Block a user