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