From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] services: Add kmscon service. Date: Thu, 08 Sep 2016 23:51:44 +0200 Message-ID: <87mvjigivj.fsf@gnu.org> References: <20160906142725.17283-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi7Eg-0003QI-15 for guix-devel@gnu.org; Thu, 08 Sep 2016 17:51:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bi7Ea-0001UI-Ix for guix-devel@gnu.org; Thu, 08 Sep 2016 17:51:53 -0400 In-Reply-To: <20160906142725.17283-1-david@craven.ch> (David Craven's message of "Tue, 6 Sep 2016 16:27:24 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > + (list (shepherd-service > + (documentation "kmscon virtual terminal") > + (requirement '(user-processes udev)) Looking at the doc, I=E2=80=99m under the impression that this should also depend on elogind no? (I think it needs to talk to elogind to tell it about =E2=80=9Cseats=E2=80=9D being used etc.) Ludo=E2=80=99.