# File lib/chef/provider/service.rb, line 81
      def action_restart
        Chef::Log.debug("#{@new_resource}: attempting to restart")
        if restart_service
          @new_resource.updated_by_last_action(true)
          Chef::Log.info("#{@new_resource}: restarted successfully")
        end
      end