Class: Specinfra::Command::Opensuse::Base::Service

Inherits:
Suse::Base::Service show all
Defined in:
lib/specinfra/command/opensuse/base/service.rb

Class Method Summary collapse

Methods inherited from Suse::Base::Service

check_is_enabled

Methods inherited from Base::Service

check_is_monitored_by_god, check_is_monitored_by_monit, check_is_running_under_supervisor, check_is_running_under_upstart

Methods inherited from Base

create, escape

Class Method Details

.check_is_running(service) ⇒ Object



3
4
5
# File 'lib/specinfra/command/opensuse/base/service.rb', line 3

def check_is_running(service)
  "service #{escape(service)} status"
end