# File lib/puppet/provider/service/daemontools.rb, line 191 191: def stop 192: svc "-d", self.service 193: end