# File lib/puppet/provider/service/daemontools.rb, line 186
186:     def restart
187:         svc "-t", self.service
188:     end