ソースを参照

Restart mnesia application

turtled 6 年 前
コミット
f46205daff
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/emqx.erl

+ 2 - 0
src/emqx.erl

@@ -75,6 +75,8 @@ start() ->
 restart(ConfFile) ->
 restart(ConfFile) ->
     reload_config(ConfFile),
     reload_config(ConfFile),
     shutdown(),
     shutdown(),
+    ok = application:stop(mnesia),
+    application:start(mnesia),
     reboot().
     reboot().
 
 
 %% @doc Stop emqx application.
 %% @doc Stop emqx application.