# File lib/puppet/provider/service/smf.rb, line 99
 99:   def stopcmd
100:     [command(:adm), :disable, @resource[:name]]
101:   end