{application,systemd,
             [{description,"systemd integration for Erlang applications"},
              {vsn,"0.5.0"},
              {registered,[systemd_socket,systemd_sup,systemd_watchdog]},
              {applications,[kernel,stdlib]},
              {mod,{systemd_app,[]}},
              {env,[{unset_env,true},
                    {auto_formatter,true},
                    {watchdog_scale,2},
                    {logger,[{handler,systemd_journal,systemd_journal_h,
                                      #{}}]}]},
              {modules,[]},
              {licenses,["Apache-2.0"]},
              {links,[{"GitHub",
                       "https://github.com/hauleth/erlang-systemd"}]}]}.
