class Mmtrix::Control::Frameworks::External

This is the control used when starting up in the context of The Mmtrix Infrastructure Agent. We want to call this out specifically because in this context we are not monitoring the running process, but actually external things.

Public Instance Methods

init_config(options={}) click to toggle source
# File lib/mmtrix/control/frameworks/external.rb, line 14
def init_config(options={})
  super
end