From unknown Tue Jun 17 20:42:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42167 <42167@debbugs.gnu.org> To: bug#42167 <42167@debbugs.gnu.org> Subject: Status: upgrade-shepherd-services starts new services that have (auto-start? #f) Reply-To: bug#42167 <42167@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:42:15 +0000 retitle 42167 upgrade-shepherd-services starts new services that have (auto= -start? #f) reassign 42167 guix submitter 42167 Marius Bakke severity 42167 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 02 14:43:48 2020 Received: (at submit) by debbugs.gnu.org; 2 Jul 2020 18:43:48 +0000 Received: from localhost ([127.0.0.1]:55650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jr4BY-0006e4-Hv for submit@debbugs.gnu.org; Thu, 02 Jul 2020 14:43:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:41708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jr4BW-0006dv-9Y for submit@debbugs.gnu.org; Thu, 02 Jul 2020 14:43:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jr4BW-000784-1u for bug-guix@gnu.org; Thu, 02 Jul 2020 14:43:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38100) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jr4BV-000528-Pv for bug-guix@gnu.org; Thu, 02 Jul 2020 14:43:45 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:36824 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jr4BV-0004Di-4M for bug-guix@gnu.org; Thu, 02 Jul 2020 14:43:45 -0400 From: Marius Bakke To: bug-guix@gnu.org Subject: upgrade-shepherd-services starts new services that have (auto-start? #f) Date: Thu, 02 Jul 2020 20:43:31 +0200 Message-ID: <87r1ttzrjg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Greetings Guix, Shepherd services support an AUTO-START? parameter that defaults to #t. By setting it to #f, the service will not be started with the system. However 'guix system reconfigure' will automatically start such a service when it is added. If the service already exists and is stopped, it does not get started.