From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 2/2] services: Add 'cuirass-service'. Date: Wed, 26 Oct 2016 20:57:24 +0200 Message-ID: References: <20161026130558.31924-1-mthl@gnu.org> <20161026130558.31924-3-mthl@gnu.org> <87insfmasy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzTOD-00035B-4r for guix-devel@gnu.org; Wed, 26 Oct 2016 14:57:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzTOA-0007SI-1t for guix-devel@gnu.org; Wed, 26 Oct 2016 14:57:29 -0400 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:34668) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzTO9-0007S4-TL for guix-devel@gnu.org; Wed, 26 Oct 2016 14:57:25 -0400 Received: by mail-qk0-x234.google.com with SMTP id x11so15273873qka.1 for ; Wed, 26 Oct 2016 11:57:25 -0700 (PDT) In-Reply-To: <87insfmasy.fsf@gnu.org> 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: Mathieu Lirzin Cc: guix-devel >> Is %default-cuirass-configuration needed? > > The benefit is a slightly more meaningful default value for #:CONFIG in > the 'cuirass-service' procedure documentation. However I am not sure if > that helps much. WDYT? I don't think it's necessary. An example where it's useful is %default-syslog.conf, but not for aliasing the configuration constructor. David