From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: bug#28776: guix system reconfigure does not update path to nginx configuration Date: Tue, 10 Oct 2017 12:37:24 +0300 Message-ID: <8760bnmjhn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1r0G-0004P0-5L for bug-guix@gnu.org; Tue, 10 Oct 2017 05:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1r0A-0005un-Eg for bug-guix@gnu.org; Tue, 10 Oct 2017 05:39:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50560) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1r0A-0005ud-A8 for bug-guix@gnu.org; Tue, 10 Oct 2017 05:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1r0A-0002IO-3d for bug-guix@gnu.org; Tue, 10 Oct 2017 05:39:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1qyx-0003o6-CE for bug-guix@gnu.org; Tue, 10 Oct 2017 05:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1qyt-0005CR-0Y for bug-guix@gnu.org; Tue, 10 Oct 2017 05:37:47 -0400 Received: from mail-lf0-x234.google.com ([2a00:1450:4010:c07::234]:51772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1qys-0005AL-Lk for bug-guix@gnu.org; Tue, 10 Oct 2017 05:37:42 -0400 Received: by mail-lf0-x234.google.com with SMTP id r129so11216486lff.8 for ; Tue, 10 Oct 2017 02:37:42 -0700 (PDT) Received: from magnolia ([178.67.252.42]) by smtp.gmail.com with ESMTPSA id i137sm1717773lfe.43.2017.10.10.02.37.40 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Oct 2017 02:37:40 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 28776@debbugs.gnu.org Hello Guix, After changing config.scm, herd restarts NGINX with previous (on boot) configuration (checked with ps). So to apply a new NGINX configuration to a system, reboot is required.