From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Wfj+NrIUi19zDgAA0tVLHw (envelope-from ) for ; Sat, 17 Oct 2020 15:58:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GJgxMrIUi18uEgAAB5/wlQ (envelope-from ) for ; Sat, 17 Oct 2020 15:58:42 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D026F9400C9 for ; Sat, 17 Oct 2020 15:58:40 +0000 (UTC) Received: from localhost ([::1]:46844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTobP-00063x-Do for larch@yhetil.org; Sat, 17 Oct 2020 11:58:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTob9-00061v-0i for help-guix@gnu.org; Sat, 17 Oct 2020 11:58:23 -0400 Received: from freeshell.de ([2a01:360:106::2]:43544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTob6-0007mm-4r for help-guix@gnu.org; Sat, 17 Oct 2020 11:58:22 -0400 Received: from localhost (cst-prg-95-11.cust.vodafone.cz [46.135.95.11]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id DC18535CE32D for ; Sat, 17 Oct 2020 17:58:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1602950293; bh=DsWT7ozMfPenDuMQeWtKbp6QPzyKLbjJdkQFoKhWjV0=; h=Date:From:To:Subject:References:In-Reply-To:From; b=vikLKGeaxFu7ETCfREErHfIPCy9SuqoH00KYuLrmn8mUlafAQcPPpAup5OLS8LlTH EQCze6g08P1mdfjSAsrDTRdf4v8OEIXoaSp4Uyo1a+HoVuwvnX6InjoDYzavlZcGsV fuStrcIIuVjo9iUeYJ1b2JEHNe4mPHaOCRnWfoRg= Date: Sat, 17 Oct 2020 17:58:03 +0200 From: Wiktor =?utf-8?Q?=C5=BBelazny?= To: help-guix@gnu.org Subject: Re: How do you define a service? Message-ID: <20201017155803.ovqsqzy7mzejdk7l@wzguix> Mail-Followup-To: help-guix@gnu.org X-PGP-Key: https://freeshell.de/~wz/pubkey.asc X-PGP-Fingerprint: BDC9 74CD D9C9 BA7D 761A 573D C735 A8C6 AB60 79D5 References: <69eea6b79a4850a66adc24a067ebba0d98c33c58.camel@divoplade.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ivdfjc4n2xudmy3f" Content-Disposition: inline In-Reply-To: <69eea6b79a4850a66adc24a067ebba0d98c33c58.camel@divoplade.fr> Received-SPF: pass client-ip=2a01:360:106::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=freeshell.de header.s=mail header.b=vikLKGea; dmarc=pass (policy=none) header.from=freeshell.de; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -2.31 X-TUID: J26PThZwOjeE --ivdfjc4n2xudmy3f Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 17, 2020 at 05:07:20PM +0200, divoplade wrote: > I would like to make it available as a guix service. > Do you have any resources to share? Hi divoplade, You might want to take a look at [1]. W=C5=BB [1]: https://www.mndet.net/2016/05/04/guixsd-system-service.html --ivdfjc4n2xudmy3f Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEvcl0zdnJun12Glc9xzWoxqtgedUFAl+LFItfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJE Qzk3NENERDlDOUJBN0Q3NjFBNTczREM3MzVBOEM2QUI2MDc5RDUACgkQxzWoxqtg edUpSQ/+OQH46AJZdorURfuE26wdAMHtfuiKdSAs5AXJxcmEWxfoFp+OPy0PicXe qnKTUKKWlArMmc2ydq1DTJakvi0KyjNufT2hpHFEYTjKv78iV/0KY/wyzxAquHQU JYEtVvyuAZXj8kKbQLVfOcumW/QjBXYarEIy1gemmCaF8xxf5lUC3B67qqZBFMIr E4K8p7sPP2pmCkH9kwiGsqNmS7iQlHDibtrVQbewShkTlllCsuFg7PP7ML8yulIt Wp4b8wqqITD+sjIEqO+pC5yPy9PWZbEKgloTNWWANPgalPbmJRA9vMpImm/uxvYY 74xUOl0HM9QQj9Shmn5mRulkMW5YkVPnuNF8cuxae+jhMHamARk4E5wvHSLCVUcX NqcjI0HwW9mboMIrFIDdVfrL0M50xj3ZSXYMNqyQDM3peSJf0I641dr6vgyJN6Bg C/T5ZiXeM6kpyi0lM/qO5YJ67oIzw44jre9q82HH9bJm7YcuHBKQuxtW8Xy4FfEf 7B4iujKM3743arLUJHQYg9isPwfGO4KMEf1Mvd2eDEizBbhJOoqVBd8VC2260AO4 x6cFurHdsOKKo0lrUqFWfNcg8zp9LM6Zv2fAsEE96PA0bgOIimzManKlFWaKTP1F vZFPdvRBuJzJjsnDd29bJK/eSjoyPIvztN65wqpD6qai32V+j2s= =rKIJ -----END PGP SIGNATURE----- --ivdfjc4n2xudmy3f--