From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Declaring a Service Date: Sat, 04 May 2019 15:49:16 +0000 Message-ID: <3a70247f89ffec7a2a60d5d4ef4bb96c@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMwuh-0007kj-Ie for help-guix@gnu.org; Sat, 04 May 2019 11:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMwug-0002u8-AX for help-guix@gnu.org; Sat, 04 May 2019 11:49:23 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44752) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMwuf-0002tX-Hr for help-guix@gnu.org; Sat, 04 May 2019 11:49:22 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id AC05030742 for ; Sat, 4 May 2019 17:49:19 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t42AOuWwgOZk for ; Sat, 4 May 2019 17:49:18 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix!=0A=0ATo declare a service with default configuration in the s= ystem config file; is mentioning "(service abc-service-type (abc-service-= configuration))" enough right? Or should I also declare each parameter va= lues under "abc-service-configuration", even though I am trying to use on= ly default values??=0A=0AThank you!=0A=0ARegards,=0ARG.