# File lib/puppet/provider/service/runit.rb, line 85 85: def start 86: enable unless enabled? == :true 87: sv "start", self.service 88: end