The back-end does not need to initialize the rand subsystem.
parent
ea339a1024
commit
e7754b972c
|
@ -19,8 +19,6 @@
|
||||||
-export([bootstrap/3, start/2, stop/1]).
|
-export([bootstrap/3, start/2, stop/1]).
|
||||||
|
|
||||||
start(_Type, StartArgs) ->
|
start(_Type, StartArgs) ->
|
||||||
crypto:rand_seed(),
|
|
||||||
|
|
||||||
dudeswave_backend_supervisor:start_link(StartArgs).
|
dudeswave_backend_supervisor:start_link(StartArgs).
|
||||||
|
|
||||||
stop(_State) -> ok.
|
stop(_State) -> ok.
|
||||||
|
|
Loading…
Reference in New Issue