Class: Flydata::Helper::Action::RestartAgent

Inherits:
AgentAction show all
Defined in:
lib/flydata/helper/action/restart_agent.rb

Constant Summary

Constants inherited from AgentAction

AgentAction::FLYDATA_CMD

Instance Attribute Summary

Attributes inherited from BaseAction

#config

Instance Method Summary collapse

Methods inherited from AgentAction

#execute

Methods inherited from BaseAction

#get_service, #initialize

Constructor Details

This class inherits a constructor from Flydata::Helper::BaseAction

Instance Method Details

#commandObject



7
8
9
# File 'lib/flydata/helper/action/restart_agent.rb', line 7

def command
  "restart --skip-helper"
end