Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-01-16 17:40:10 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-01-16 17:40:10 +0300
commita8b1a58cc8e20de388008632de134c690f9d7a5f (patch)
tree5496c05f28f7f576fdf4f3b0517ef1cc13e30b70 /mix.exs
parenta30bfefb98aa62461c3ab09cbd6ce1843d751b32 (diff)
Add os_mon to included_application, but start it in ej_system_monitor
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d7ef1707b..fec5c2603 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :eimp, :base64url, :jose, :pkix]
+ :eimp, :base64url, :jose, :pkix, :os_mon]
++ cond_apps()]
end