]> granicus.if.org Git - ejabberd/commitdiff
ejabberd will handle Mnesia start
authorMickael Remond <mremond@process-one.net>
Sat, 23 Jan 2016 18:00:22 +0000 (19:00 +0100)
committerMickael Remond <mremond@process-one.net>
Sat, 23 Jan 2016 18:00:22 +0000 (19:00 +0100)
Mix need to know if must not autostart Mnesia before ejabberd

mix.exs

diff --git a/mix.exs b/mix.exs
index eafddcb977ae941812b857a0af571add4b7e5b46..141189eb3c080f6015ce980b6ed6e1735bf591bc 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -16,8 +16,8 @@ defmodule Ejabberd.Mixfile do
 
   def application do
     [mod: {:ejabberd_app, []},
-     applications: [:ssl, :mnesia],
-     included_applications: [:lager, :p1_utils, :cache_tab,
+     applications: [:ssl],
+     included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
                              :p1_tls, :p1_stringprep, :p1_xml,
                              :p1_stun, :p1_yaml, :p1_zlib, :p1_iconv,
                              :esip, :jiffy, :oauth2, :xmlrpc, :eredis,