From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: Declaring a Service Date: Sat, 4 May 2019 11:13:43 -0700 Message-ID: <4F93824D-B352-4709-B9E5-3E3DE21878DB@asu.edu> References: <3a70247f89ffec7a2a60d5d4ef4bb96c@disroot.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMzAY-0007hL-07 for help-guix@gnu.org; Sat, 04 May 2019 14:13:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMzAW-0006WQ-4i for help-guix@gnu.org; Sat, 04 May 2019 14:13:53 -0400 Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]:38946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMzAT-0006Of-Kh for help-guix@gnu.org; Sat, 04 May 2019 14:13:50 -0400 Received: by mail-pf1-x42f.google.com with SMTP id z26so4548063pfg.6 for ; Sat, 04 May 2019 11:13:47 -0700 (PDT) In-Reply-To: <3a70247f89ffec7a2a60d5d4ef4bb96c@disroot.org> 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: Raghav Gururajan Cc: help-guix@gnu.org Hi RG, If you do not specify a value for the field, it will take the default. No ne= ed to specify a value if you mean to take the default for a field.=20 - John > On May 4, 2019, at 8:49 AM, Raghav Gururajan wrote: >=20 > Hello Guix! >=20 > To declare a service with default configuration in the system config file;= is mentioning "(service abc-service-type (abc-service-configuration))" enou= gh right? Or should I also declare each parameter values under "abc-service-= configuration", even though I am trying to use only default values?? >=20 > Thank you! >=20 > Regards, > RG.