Copyright © 2009-2017 Marc Worrell
Behaviours: supervisor.
Authors: Marc Worrell (marc@worrell.nl).
init/1 | supervisor callback. |
start_link/1 | Start the main zotonic supervisor and some helpers. |
init(X1) -> any()
supervisor callback.
start_link(Options::list()) -> {ok, pid()}
Start the main zotonic supervisor and some helpers. The zotonic_core:setup/1 function must be called before starting this supervisor. The setup is normally called by zotonic_launcher.
Generated by EDoc