fix(gw): start emqx-gateway after emqx restarted

This commit is contained in:
JianBo He 2021-07-02 20:23:14 +08:00 committed by turtleDeng
parent 56cdd469ff
commit 8ee86f2fbe
2 changed files with 1 additions and 2 deletions

View File

@ -257,6 +257,7 @@ emqx_feature() ->
[ emqx_resource
, emqx_authn
, emqx_authz
, emqx_gateway
, emqx_data_bridge
, emqx_rule_engine
, emqx_bridge_mqtt

View File

@ -20,8 +20,6 @@
-include_lib("emqx/include/logger.hrl").
-emqx_plugin(?MODULE).
-logger_header("[Gateway]").
-export([start/2, stop/1]).