Class: Fluent::Supervisor

Inherits:
Object
  • Object
show all
Defined in:
lib/fluentspec/supervisor.rb

Instance Method Summary collapse

Instance Method Details

#run_specObject



8
9
10
11
12
13
14
15
# File 'lib/fluentspec/supervisor.rb', line 8

def run_spec
  read_config
  set_system_config

  change_privilege
  init_engine
  run_configure
end