]> granicus.if.org Git - ejabberd/commitdiff
Revert "Include os_mon application"
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 28 Dec 2017 09:32:21 +0000 (10:32 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 28 Dec 2017 09:32:21 +0000 (10:32 +0100)
This reverts commit 56241feb58efe0354f36bad2c02ed6616e14487e.
That was a mistake, breaking application start

src/ejabberd.app.src.in

index 77aa6e05cbb0fe701113d80ffe436d676fe765a5..4b08648311df74c31c89599d4d59d26977885270 100644 (file)
@@ -5,7 +5,7 @@
   {vsn, "@PACKAGE_VERSION@"},
   {modules, []},
   {registered, []},
-  {applications, [kernel, stdlib, os_mon]},
+  {applications, [kernel, stdlib]},
   {env, []},
   {mod, {ejabberd_app, []}}]}.