From unknown Wed Jun 18 23:03:27 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#35686 <35686@debbugs.gnu.org> To: bug#35686 <35686@debbugs.gnu.org> Subject: Status: [PATCH] doc: Document 'auto-start?' field of 'shepherd-service'. Reply-To: bug#35686 <35686@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:03:27 +0000 retitle 35686 [PATCH] doc: Document 'auto-start?' field of 'shepherd-servic= e'. reassign 35686 guix-patches submitter 35686 Diego Nicola Barbato severity 35686 normal tag 35686 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 11 12:10:49 2019 Received: (at submit) by debbugs.gnu.org; 11 May 2019 16:10:49 +0000 Received: from localhost ([127.0.0.1]:40862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPUaH-0006d1-6E for submit@debbugs.gnu.org; Sat, 11 May 2019 12:10:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPUaF-0006cn-2e for submit@debbugs.gnu.org; Sat, 11 May 2019 12:10:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:57669) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPUa9-0004fP-Ti for submit@debbugs.gnu.org; Sat, 11 May 2019 12:10:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPUa8-0004Vf-PD for guix-patches@gnu.org; Sat, 11 May 2019 12:10:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPUVP-00022S-Gi for guix-patches@gnu.org; Sat, 11 May 2019 12:05:49 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58213) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPUVN-0001zQ-K7 for guix-patches@gnu.org; Sat, 11 May 2019 12:05:46 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 634432400E5 for ; Sat, 11 May 2019 18:05:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1557590742; bh=mkaIAoLR05Sf1fN1QlRTzPp8X5ElPDOSQ6u358njXX8=; h=From:To:Subject:Date:From; b=U/807JtqzgEGikauyEyjxp5cnrfF7T1GwOz7EVPOW3KMNk1d/v+l0Qe0moVcYOK7B DUQz7HA7H7445t5f9vEqVPtMItg87Rs0yYsD+Wtf/+etL7VK/9QxHNOeZoPry+ihSb 72vvzJygaJFJ8nJTbMcftsJo6rAWIFIXzbO1QP/jEeNv4zGXs9M91B6BAWhhO83qad 3t+xMEBggwKMQtUi2a3fGMEwooT8gX+0x1dm5lCi5AMbmPasi4k/jyqOEGABkjkmsC SPC2eQDU9I9zd7AM9kc+7w2fROv3fzGLYzvr6phKoC1WOompLKGuYB7Y1schjzBVNS NsnDVs5GMsv8Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 451X455LVpz9rxD for ; Sat, 11 May 2019 18:05:41 +0200 (CEST) From: Diego Nicola Barbato To: guix-patches@gnu.org Subject: [PATCH] doc: Document 'auto-start?' field of 'shepherd-service'. Date: Sat, 11 May 2019 18:05:41 +0200 Message-ID: <875zqh0yei.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.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: -2.3 (--) --=-=-= Content-Type: text/plain Hi Guix, This patch adds the missing 'auto-start?' field to the documentation of 'shepherd-service'. I have also noticed that the 'documentation' field is not in the same position as it is in the source code (the remaining fields are in the right order). I did not change this as I was not sure whether it was done on purpose. Regards, Diego --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-Document-auto-start-field-of-shepherd-service.patch >From 74c8321303d47b7c28f873c4e560b9fbaf136cfb Mon Sep 17 00:00:00 2001 From: Diego Nicola Barbato Date: Sat, 11 May 2019 17:21:18 +0200 Subject: [PATCH] doc: Document 'auto-start?' field of 'shepherd-service'. * doc/guix.texi (shepherd-service): Document 'auto-start?' field. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 3f50bf77fe..86ed199aed 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -25312,6 +25312,10 @@ This is a list of @code{shepherd-action} objects (see below) defining herd @var{action} @var{service} [@var{arguments}@dots{}] @end example +@item @code{auto-start?} (default: @code{#t}) +Whether this service should be started automatically by the Shepherd. If it +is @code{#f} the service has to be started manually with @code{herd start}. + @item @code{documentation} A documentation string, as shown when running: -- 2.21.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 12 17:33:51 2019 Received: (at 35686-done) by debbugs.gnu.org; 12 May 2019 21:33:51 +0000 Received: from localhost ([127.0.0.1]:43531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPw6R-0006xT-Gy for submit@debbugs.gnu.org; Sun, 12 May 2019 17:33:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPw6P-0006xG-Sj for 35686-done@debbugs.gnu.org; Sun, 12 May 2019 17:33:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPw6I-00028g-Hx; Sun, 12 May 2019 17:33:42 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=37428 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hPw6F-0001hU-2w; Sun, 12 May 2019 17:33:39 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Diego Nicola Barbato Subject: Re: [bug#35686] [PATCH] doc: Document 'auto-start?' field of 'shepherd-service'. References: <875zqh0yei.fsf@GlaDOS.home> Date: Sun, 12 May 2019 23:33:37 +0200 In-Reply-To: <875zqh0yei.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Sat, 11 May 2019 18:05:41 +0200") Message-ID: <875zqftl1q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35686-done Cc: 35686-done@debbugs.gnu.org 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 (---) Hi Diego, Diego Nicola Barbato skribis: > This patch adds the missing 'auto-start?' field to the documentation of > 'shepherd-service'. Applied! > I have also noticed that the 'documentation' field is not in the same > position as it is in the source code (the remaining fields are in the > right order). I did not change this as I was not sure whether it was > done on purpose. Yeah, it doesn=E2=80=99t matter much. I try to put =E2=80=9Cless important= =E2=80=9D fields towards the bottom when documenting, but perhaps the relative importance of these fields wasn=E2=80=99t all that clear. ;-) Thanks, Ludo=E2=80=99. From unknown Wed Jun 18 23:03:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Jun 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator