Bläddra i källkod

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

Thales Macedo Garitezi 2 år sedan
förälder
incheckning
a53768c1d4
1 ändrade filer med 2 tillägg och 1 borttagningar
  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) ->