# File lib/specinfra/command/aix/base/service.rb, line 7 def check_is_running(service) "ps -ef | grep -v grep | grep #{escape(service)}" end