Преглед изворни кода

fix(machine_boot): add `emqx_durable_storage` to reboot apps list

Thales Macedo Garitezi пре 2 година
родитељ
комит
a53768c1d4
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      apps/emqx_machine/src/emqx_machine_boot.erl

+ 2 - 1
apps/emqx_machine/src/emqx_machine_boot.erl

@@ -146,7 +146,8 @@ basic_reboot_apps() ->
             emqx_slow_subs,
             emqx_auto_subscribe,
             emqx_plugins,
-            emqx_psk
+            emqx_psk,
+            emqx_durable_storage
         ] ++ basic_reboot_apps_edition(emqx_release:edition()).
 
 basic_reboot_apps_edition(ce) ->