From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] services: nginx: Actually check if configuration is valid. Date: Thu, 8 Sep 2016 22:09:20 -0400 Message-ID: References: <1473386715-10297-1-git-send-email-me@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biBFr-0005wZ-Pd for guix-devel@gnu.org; Thu, 08 Sep 2016 22:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biBFp-00065O-RJ for guix-devel@gnu.org; Thu, 08 Sep 2016 22:09:22 -0400 Received: from mail-ua0-x22c.google.com ([2607:f8b0:400c:c08::22c]:32918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biBFp-00065F-Lt for guix-devel@gnu.org; Thu, 08 Sep 2016 22:09:21 -0400 Received: by mail-ua0-x22c.google.com with SMTP id 31so56744149uao.0 for ; Thu, 08 Sep 2016 19:09:21 -0700 (PDT) In-Reply-To: <1473386715-10297-1-git-send-email-me@tobias.gr> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tobias Geerinckx-Rice Cc: guix-devel On Thu, Sep 8, 2016 at 10:05 PM, Tobias Geerinckx-Rice wrote: > * gnu/services/web.scm (nginx-activation): Fix path to nginx binary. > --- > > Hullo again! > > I suspect not many people run nginx (or dovecot, but that's a different > matter) on Guix. The nginx activation script will now correctly print a > non-fatal error if the configuration smells off. Maybe this could be done at build-time instead? Would be nice to know that when you boot the system the nginx config will be valid. - Dave