# File lib/specinfra/command/module/service/systemd.rb, line 26
          def stop_under_systemd(service)
            "systemctl stop #{escape(service)}"
          end