# File lib/serverspec/type/linux_audit_system.rb, line 13 def running? pid = status_of('pid') (!pid.nil? && pid.size > 0 && pid != '0') end