25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Include os_mon application

This commit is contained in:
Christophe Romain 2017-12-27 12:28:13 +01:00
parent 9fcc12dca7
commit 56241feb58

View File

@ -5,7 +5,7 @@
{vsn, "@PACKAGE_VERSION@"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{applications, [kernel, stdlib, os_mon]},
{env, []},
{mod, {ejabberd_app, []}}]}.