浏览代码

fix: add `emqx_s3` to `reboot_lists.eterm`

Otherwise, it's unconditionally started as a permanent application instead of being
controlled by `emqx_machine`.

```sh
ͳ rg start_boot _build/emqx-enterprise/rel/emqx/releases/5.7.0-g4e6be8a6/start.script | rg emqx_s3
     {apply,{application,start_boot,[emqx_s3,permanent]}},
```
Thales Macedo Garitezi 1 年之前
父节点
当前提交
198ccd320b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/emqx_machine/priv/reboot_lists.eterm

+ 1 - 0
apps/emqx_machine/priv/reboot_lists.eterm

@@ -117,6 +117,7 @@
             emqx_bridge_oracle,
             emqx_bridge_rabbitmq,
             emqx_bridge_azure_event_hub,
+            emqx_s3,
             emqx_bridge_s3,
             emqx_schema_registry,
             emqx_eviction_agent,