From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP5Hp-0001rK-Tv for guix-patches@gnu.org; Fri, 10 May 2019 09:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP5Ho-0001uF-17 for guix-patches@gnu.org; Fri, 10 May 2019 09:10:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52131) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP5Hm-0001t9-S7 for guix-patches@gnu.org; Fri, 10 May 2019 09:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hP5Hm-0007i9-Ix for guix-patches@gnu.org; Fri, 10 May 2019 09:10:02 -0400 Subject: [bug#35656] [PATCH] services: mcron: Log to a file. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190509174032.28180-1-mail@cbaines.net> Date: Fri, 10 May 2019 15:09:45 +0200 In-Reply-To: <20190509174032.28180-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 9 May 2019 18:40:32 +0100") Message-ID: <8736lm1mna.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 35656@debbugs.gnu.org Hi, Christopher Baines skribis: > This makes it easier to read the output, as it's recorded in a file. > > * gnu/services/mcron.scm (mcron-shepherd-services): Add #:log-file to > make-forkexec-constructor. Good idea, LGTM! Ludo=E2=80=99.