feat: add emqx_machine application
This commit is contained in:
parent
5dd7f53662
commit
1ef7f4e2a0
|
@ -13,6 +13,10 @@ defmodule EmqxReleaseHelper.Applications do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
application :emqx_machine do
|
||||||
|
start_type :permanent
|
||||||
|
end
|
||||||
|
|
||||||
application :emqx_connector do
|
application :emqx_connector do
|
||||||
start_type :permanent
|
start_type :permanent
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue