# File lib/puppet/provider/service/redhat.rb, line 71
71:   def stopcmd
72:     [command(:service), @resource[:name], "stop"]
73:   end