Sha256: 9a65453b6c6011106df022f0f52a5c700012c047915b914e3ebf1e15e3cc8aed
Contents?: true
Size: 235 Bytes
Versions: 59
Compression:
Stored size: 235 Bytes
Contents
require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class RestartAgent < AgentAction def command "restart --skip-helper" end end end end end
Version data entries
59 entries across 59 versions & 1 rubygems