# File lib/puppet/provider/service/init.rb, line 120
120:   def startcmd
121:     [initscript, :start]
122:   end