Register 'fun emqttd:reboot/0'
This commit is contained in:
parent
9b646d8cbc
commit
adfd34852b
|
@ -153,7 +153,7 @@ register_acl_mod() ->
|
||||||
|
|
||||||
init_cluster() ->
|
init_cluster() ->
|
||||||
ekka:callback(prepare, fun emqttd:shutdown/1),
|
ekka:callback(prepare, fun emqttd:shutdown/1),
|
||||||
ekka:callback(reboot, fun emqttd:reboot/1).
|
ekka:callback(reboot, fun emqttd:reboot/0).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% Start Listeners
|
%% Start Listeners
|
||||||
|
|
Loading…
Reference in New Issue