# File lib/specinfra/command/freebsd/base/process.rb, line 11
    def check_is_running(process)
      "pgrep -q #{escape(process)}"
    end