View Source nova_sup (nova v0.9.15)
Link to this section Summary
Functions
Whenever a supervisor is started using supervisor:start_link/[2,3], this function is called by the new process to find out about restart strategy, maximum restart intensity, and child specifications.
Starts the supervisor
Link to this section Functions
-spec start_link() -> {ok, Pid :: pid()} | ignore | {error, Error :: any()}.