24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02: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:
michal 2017-04-06 08:50:23 +02:00
parent ad948d33c0
commit 81fe380de2

View File

@ -173,7 +173,7 @@ init([]) ->
RouterMulticast,
Local,
SM,
GenModSupervisor,
ExtMod,
GenModSupervisor,
Auth,
OAuth]}}.