# File lib/specinfra/command/openbsd/v57/service.rb, line 7
    def check_is_running(service)
      "rcctl check #{escape(service)}"
    end