# File lib/chef/provider/service.rb, line 140 def start_service raise Chef::Exceptions::UnsupportedAction, "#{self.to_s} does not support :start" end