# File lib/puppet/provider/service/base.rb, line 135
135:   def ucommand(type, fof = true)
136:     if c = @resource[type]
137:       cmd = [c]
138:     else
139:       cmd = [send("#{type}cmd")].flatten
140:     end
141:     texecute(type, cmd, fof)
142:   end