Copyright © 2011, 2012 Zuse Institute Berlin
Version: $Id$
Behaviours: supervisor.
Authors: Nico Kruber (kruber@zib.de).
| check_config/0 | Checks whether yaws config parameters exist and are valid. |
| init/1 | |
| start_link/0 |
start_link() ->
{ok, Pid :: pid()} |
ignore |
{error,
Error ::
{already_started, Pid :: pid()} |
shutdown |
term()}
init(ChildSpecs) ->
{ok,
{{one_for_all,
MaxRetries :: pos_integer(),
PeriodInSeconds :: pos_integer()},
ChildSpecs}}
ChildSpecs = [supervisor:child_spec()]
check_config() -> boolean()
Checks whether yaws config parameters exist and are valid.
Generated by EDoc, Apr 22 2017, 16:02:55.