Merge pull request #582 from badlop/master-badlop-578

An auth external module requires ext_mod to be started first (#578)
This commit is contained in:
badlop 2015-05-27 13:49:20 +02:00
commit 6a9c9616d0
1 changed files with 1 additions and 1 deletions

View File

@ -59,13 +59,13 @@ start(normal, _Args) ->
ejabberd_rdbms:start(), ejabberd_rdbms:start(),
ejabberd_riak_sup:start(), ejabberd_riak_sup:start(),
ejabberd_sm:start(), ejabberd_sm:start(),
ejabberd_auth:start(),
cyrsasl:start(), cyrsasl:start(),
% Profiling % Profiling
%ejabberd_debug:eprof_start(), %ejabberd_debug:eprof_start(),
%ejabberd_debug:fprof_start(), %ejabberd_debug:fprof_start(),
maybe_add_nameservers(), maybe_add_nameservers(),
ext_mod:start(), ext_mod:start(),
ejabberd_auth:start(),
start_modules(), start_modules(),
ejabberd_listener:start_listeners(), ejabberd_listener:start_listeners(),
?INFO_MSG("ejabberd ~s is started in the node ~p", [?VERSION, node()]), ?INFO_MSG("ejabberd ~s is started in the node ~p", [?VERSION, node()]),