From owner-freebsd-questions@freebsd.org Tue Aug 29 17:22:19 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 70241DE0E61 for ; Tue, 29 Aug 2017 17:22:19 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 02E166A91A for ; Tue, 29 Aug 2017 17:22:19 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x241.google.com with SMTP id e204so1690972wma.2 for ; Tue, 29 Aug 2017 10:22:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Gntr5TrvMSd1x7f1TxXozRjDy2Eu0dMg7Tm/VV6esbM=; b=hjIL9qBogCzV8WWCgIWLQiI6k7XiqQAEtAhoHFlH1lJYqUOYREKj9RDx4LFPCR+Xog Vtieoh+VEqSYXuWUVX9uyzMEuw/SZmCfdhhoDrbo2iCj6GoD/npMzTQCNpmz5m6FW767 xuMnJRUl1aLnbiBm82ILchGmAe+/aFTweYFEAhWRFiZv4Bt02NadkVkLEq1G/QqoIZ8k X4mJd9Vt1hboaTHANKomzLgXgB7fVtaS2BhL0KT8bQk0p4hFHzS6hQgFNksrw0qRNor8 urF+TySYOAT3xx+n9P69M6IN8g154p7G8iRnNvodmcm24G7y+Kw80EjtyBpRtHfI7J5s 8rlA== X-Gm-Message-State: AHYfb5iBPOLCQRi83wQzrrPZ2/oWRtDztcH5HoLyyda/Wip4Clbz3GAE sKtH8Oi5r9fC2DoK X-Received: by 10.80.219.79 with SMTP id b15mr3998553edl.87.1504027337025; Tue, 29 Aug 2017 10:22:17 -0700 (PDT) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id g33sm1567704ede.43.2017.08.29.10.22.15 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Aug 2017 10:22:15 -0700 (PDT) Date: Tue, 29 Aug 2017 18:22:12 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: reread rc.conf without rebooting Message-ID: <20170829182212.563bd194@gumby.homeunix.com> In-Reply-To: <59A581DB.10402@gmail.com> References: <59A57538.2080806@gmail.com> <49637.128.135.52.6.1504016315.squirrel@cosmo.uchicago.edu> <59A57B99.6030702@gmail.com> <4f253592-7d81-29c6-7e94-a0fd4d6cba58@gmx.com> <59A581DB.10402@gmail.com> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 17:22:19 -0000 On Tue, 29 Aug 2017 11:01:47 -0400 Ernie Luzar wrote: > Yuri Pankov wrote: > > Just (re)start relevant services, e.g., `service local_unbound > > restart`. . > > > > > If the local_unbound service is not all ready running the > "service local_unbound restart" command does not work. Then just start it. If it isn't already running a restart should still start it after a warning that it it isn't running.