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