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
1 changed files with 1 additions and 1 deletions

View File

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