Current section
Files
Jump to
Current section
Files
src/systemd.app.src
{application,systemd,
[{description,"systemd integration for Erlang applications"},
{vsn,"0.3.2"},
{registered,[systemd_socket,systemd_sup,systemd_watchdog]},
{applications,[kernel,stdlib]},
{mod,{systemd_app,[]}},
{env,
[{watchdog_scale,2},
{logger,
[{handler,journal,systemd_journal_h,
#{formatter => {systemd_journal_formatter,#{}}}}]}]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/hauleth/erlang-systemd"}]}]}.