Class: RightScale::Platform::Controller

Inherits:
Object
  • Object
show all
Includes:
Windows::Error, Windows::Handle, Windows::Process, Windows::Security
Defined in:
lib/right_agent/platform/darwin.rb,
lib/right_agent/platform/linux.rb,
lib/right_agent/platform/windows.rb

Overview

Shell

Constant Summary collapse

@@initiate_system_shutdown_api =
nil

Instance Method Summary collapse

Instance Method Details

#rebootObject

Reboot machine now



413
414
415
# File 'lib/right_agent/platform/linux.rb', line 413

def reboot
  `init 6`
end

#shutdownObject

Shutdown machine now



408
409
410
# File 'lib/right_agent/platform/linux.rb', line 408

def shutdown
  `init 0`
end