Module zotonic_core_sup

Supervisor for the zotonic application, started by zotonic_launcher.

Copyright © 2009-2017 Marc Worrell

Behaviours: supervisor.

Authors: Marc Worrell (marc@worrell.nl).

Description

Supervisor for the zotonic application, started by zotonic_launcher.

Function Index

init/1supervisor callback.
start_link/1Start the main zotonic supervisor and some helpers.

Function Details

init/1

init(X1) -> any()

supervisor callback.

start_link/1

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