mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
*** empty log message ***
SVN Revision: 67
This commit is contained in:
parent
51e811f8fb
commit
f34888749d
@ -43,7 +43,7 @@
|
||||
ejabberd_mod_roster,
|
||||
ejabberd_listeners
|
||||
]},
|
||||
{applications, [kernel, stdlib, crypto, ssl]},
|
||||
{applications, [kernel, stdlib]},
|
||||
{env, []},
|
||||
{mod, {ejabberd_app, []}}]}.
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
||||
|
||||
start() ->
|
||||
%application:start(mnesia),
|
||||
application:start(crypto),
|
||||
application:start(ssl),
|
||||
application:start(ejabberd).
|
||||
|
||||
stop() ->
|
||||
|
@ -20,6 +20,7 @@ start(normal, Args) ->
|
||||
randoms:start(),
|
||||
db_init(),
|
||||
sha:start(),
|
||||
ssl:start(),
|
||||
translate:start(),
|
||||
acl:start(),
|
||||
gen_mod:start(),
|
||||
|
Loading…
Reference in New Issue
Block a user