Current section

Files

Jump to
systemd src systemd.app.src
Raw

src/systemd.app.src

{application,systemd,
[{description,"systemd integration for Erlang applications"},
{vsn,"0.1.0"},
{registered,[systemd_watchdog,systemd_socket]},
{applications,[kernel,stdlib]},
{mod,{systemd_app,[]}},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/hauleth/erlang-systemd"}]}]}.