Method: Specinfra::Command::Aix::Base::Service.check_is_running
- Defined in:
- lib/specinfra/command/aix/base/service.rb
permalink .check_is_running(service) ⇒ Object
[View source]
7 8 9 |
# File 'lib/specinfra/command/aix/base/service.rb', line 7 def check_is_running(service) "ps -ef | grep -v grep | grep #{escape(service)}" end |