Date: Tue, 12 Nov 2013 15:00:40 -0800 From: Charles Swiger <cswiger@mac.com> To: Gerard Seibert <jerry@seibercom.net> Cc: freebsd-questions@freebsd.org Subject: Re: unbound and ntp in FreeBSD 10 Beta 3 Message-ID: <E62ECDAE-0419-43F5-BEB9-8732C37C82FD@mac.com> In-Reply-To: <005401cedffa$087868d0$19693a70$@seibercom.net> References: <00dc01cedf99$5e1c0cd0$1a542670$@seibercom.net> <44d2m5b9zc.fsf@be-well.ilk.org> <005401cedffa$087868d0$19693a70$@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi-- On Nov 12, 2013, at 2:53 PM, Gerard Seibert <jerry@seibercom.net> wrote: > From what I can find, I only have to place that declaration in the rc.conf file to get unbound working. I found the info here: http://blog.des.no/2013/09/local-caching-resolver-in-freebsd-10/ However, I am not sure if I am also supposed to put the "service local_unbound start" line into the rc.conf file also. If not; how am I supposed to start the service? I think the directions could use a little clarification. Hmm...OK, what part of the below was unclear? # echo local_unbound_enable=yes >>/etc/rc.conf # service local_unbound start The first line updates /etc/rc.conf to startup unbound upon system boot. You could edit /etc/rc.conf instead to add that line, if you prefer. The second line starts unbound immediately (ie, without rebooting). It's a shell command which should be run as root, and not a config entry for /etc/rc.conf. Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E62ECDAE-0419-43F5-BEB9-8732C37C82FD>
