# File lib/puppet/provider/service/smf.rb, line 50
50:   def restartcmd
51:     [command(:adm), :restart, @resource[:name]]
52:   end