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