From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK3Pf-00011D-6D for guix-patches@gnu.org; Tue, 06 Nov 2018 10:37:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK3PZ-0006wK-Qs for guix-patches@gnu.org; Tue, 06 Nov 2018 10:37:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33205) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK3PZ-0006w1-Ng for guix-patches@gnu.org; Tue, 06 Nov 2018 10:37:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gK3PZ-0003QH-JD for guix-patches@gnu.org; Tue, 06 Nov 2018 10:37:01 -0500 Subject: [bug#33186] [PATCH 3/7] services: kmscon: Add an auto-login option. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028124043.21773-2-m.othacehe@gmail.com> <20181028124043.21773-4-m.othacehe@gmail.com> Date: Tue, 06 Nov 2018 16:36:13 +0100 In-Reply-To: <20181028124043.21773-4-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sun, 28 Oct 2018 21:40:39 +0900") Message-ID: <877ehqxloy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Mathieu Othacehe Cc: 33186@debbugs.gnu.org Mathieu Othacehe skribis: > Add an auto-login option that behaves as the one of mingetty-service. > > * gnu/services/base.scm (kmscon-configuration)[auto-login]: New field. > (kmscon-service-type): Pass it to kmscon command. > * doc/guix.texi: Document it. ^ Please add the node name here. [...] > +@item @code{auto-login} (default: #f) ^ @code{#f} Otherwise LGTM, thanks!