From owner-freebsd-questions@freebsd.org Tue Aug 29 14:37:35 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73BC2DDCD20 for ; Tue, 29 Aug 2017 14:37:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 029B26466E for ; Tue, 29 Aug 2017 14:37:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id t201so3559338wmt.1 for ; Tue, 29 Aug 2017 07:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OV8VXtCoMToHONh4nU5M/LU1pLpmzeKfgy1ZMY5UG9o=; b=lmFb8xf6RMGpt5mtuwVHA2tEWbX+V7A5wtCtc+0c43pHC9H2M8C7td4UdrGTZDqh10 /e8sTIJtizOHCqHhUiISXoJ+9dNP5zi6tGU/rfm3qPyLddVVPo011e2SCAXWrT3PSJb6 okjyrKYxa41P76EYM3w3O0lZhmjhR1lpV0LvuGyt7r6NdHnr/C8uPYerzauW8i5+SIdI THcPhUojRZ0yUREpc4R0vIrnrRpzeo3YVsE9me1lgmX+EuX0Rt8lA7LJbrB9EMksoM2E Gjj/s2PY6KAlwOLq/S8VLoknYFUG9RYF4sT+/IRtB6Bp12LTIaT4OIV3i4sVFRPrBET8 pI+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OV8VXtCoMToHONh4nU5M/LU1pLpmzeKfgy1ZMY5UG9o=; b=a2zmep+Grf0UhPTvfugFWZXW0Cx8eAowYi5Ac48jJHXGuS+8vxzbuuLvOjRHCydEq/ PZ3/onxCEKO+xwhgXxcaJL98dhk/xX+d071l7dQnfOHqzFgazQYKGH+wq8VuVQEuX8gE mE/u9FVkqAkOFnSc28AMvd5gB1gz5hJ69e99Fu49Cm7ZmoFBWEF47YwTdWUzkJT8SQ18 5Eua2TUlm+w73nH4upDjnH8Bd0pEIoy3sbczIr+/KPH1evn/jCj+29wykXa3fxWInDxu eXMIT32C8Doaql595u1lRxQ7zHP0nIuB1qPxlWFoYMavYVMHdlMiIQl6G9FrgD3Qm3Ro utvg== X-Gm-Message-State: AHYfb5jOqUAjkym8M9qF3/OA/LeSLpLfuQfNWCchzbnjzZGY+i/Col0N KeCtdTnsu6XfTRL+GC+huBJkLycMVw== X-Received: by 10.80.181.29 with SMTP id y29mr3582758edd.132.1504017453449; Tue, 29 Aug 2017 07:37:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.192.138 with HTTP; Tue, 29 Aug 2017 07:37:32 -0700 (PDT) In-Reply-To: <59A57B99.6030702@gmail.com> References: <59A57538.2080806@gmail.com> <49637.128.135.52.6.1504016315.squirrel@cosmo.uchicago.edu> <59A57B99.6030702@gmail.com> From: Adam Vande More Date: Tue, 29 Aug 2017 09:37:32 -0500 Message-ID: Subject: Re: reread rc.conf without rebooting To: Ernie Luzar Cc: galtsev@kicp.uchicago.edu, "freebsd-questions@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 14:37:35 -0000 On Tue, Aug 29, 2017 at 9:35 AM, Ernie Luzar wrote: > You did not understand correctly meaning of post. > Both Google searches and the FreeBSD Handbook are still free. "FreeBSD restart service" > > I added local_unbound_enable="YES" to rc.conf > > It's my understanding that rc.conf is only read at boot time to config > services on host. > > Question is. Is there some other way to make tis happen without rebooting? https://www.freebsd.org/doc/handbook/configtuning-rcd.html -- Adam