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