fix(machine_boot): add `emqx_durable_storage` to reboot apps list
This commit is contained in:
parent
d97d5b8af7
commit
a53768c1d4
|
@ -146,7 +146,8 @@ basic_reboot_apps() ->
|
||||||
emqx_slow_subs,
|
emqx_slow_subs,
|
||||||
emqx_auto_subscribe,
|
emqx_auto_subscribe,
|
||||||
emqx_plugins,
|
emqx_plugins,
|
||||||
emqx_psk
|
emqx_psk,
|
||||||
|
emqx_durable_storage
|
||||||
] ++ basic_reboot_apps_edition(emqx_release:edition()).
|
] ++ basic_reboot_apps_edition(emqx_release:edition()).
|
||||||
|
|
||||||
basic_reboot_apps_edition(ce) ->
|
basic_reboot_apps_edition(ce) ->
|
||||||
|
|
Loading…
Reference in New Issue