From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id +PqVEpy6omWIwQAA62LTzQ:P1 (envelope-from ) for ; Sat, 13 Jan 2024 17:30:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id +PqVEpy6omWIwQAA62LTzQ (envelope-from ) for ; Sat, 13 Jan 2024 17:30:20 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=ISIb1P37; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705163420; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=A+ypHxB6hh6h9eGZCQF9YB3OvYA7ySg3vPrW/wWSu4g=; b=rtUZXOed6JJ6QoghTCiV9TZDKnZWWwPi76ut6V+C34vZmlWRaTYkwINVN40wYJORfWCD6P RmUk5Prmtq/m+szwUlB8NsWN+WEyBB6Kt7MTQHWGBheRXE1FLdbmmPDFC8EgRFrtH65t9g w399iBD5tYOQa69iT9ppAUIX2pXL6iwgnQlg49vzixBW4RJd6XHLoPZvvWosLsKhL+yalS tI7Io7H8nUkJlbPxt6Ok6FJqCFzldQDXf+K4PWKA5xXgqB2gFqG8JlEJwopkXsZoGYAkKG YKFYzITuxMFd+IAhNsN0JO4GLdjG/KQS2OFmJjm1thbDpMpbqG11lixflLPmjg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=ISIb1P37; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705163420; a=rsa-sha256; cv=none; b=fpMcmtu+4tEUE9esEP2rfBwq5njJuZeoT50LfNWHFitDybRkIS5+v8l1iEZBm7EMXsNtaa qOmKb/wkhTbgHiUTPUvDNWKBfGo9RogKOLn59f3DRSg1cA7U6DC+rgX/tGUNDTm1KqvNhC zkR6OUFBdRVEXH7m0BttyYcMfgZ8JP6BbJ6VM83S67FkHWTNLwj/krdEnOrMX2kApRP9uo DgppO8+14h4DDPp1aMszxfkiGu9BCBqZJtZaeeKZNM9As+vQPFt22C/OSyLbJ2CAxv+Q6G Z4I00eBaOgs0uMa3cDgfPRBYhh46yu+4cBiXA55lWsvuc8slQcwNLcdkWbtYdw== 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 17D5D5E796 for ; Sat, 13 Jan 2024 17:30:19 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOgta-000231-2B; Sat, 13 Jan 2024 11:30:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOgtY-00022S-9n for guix-patches@gnu.org; Sat, 13 Jan 2024 11:30:04 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rOgtY-0008MM-0I for guix-patches@gnu.org; Sat, 13 Jan 2024 11:30:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rOgtW-0000DH-Fm for guix-patches@gnu.org; Sat, 13 Jan 2024 11:30:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68012] [PATCH] services: Add thinkfan service. Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 13 Jan 2024 16:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68012 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: lgcoelho@disroot.org, 68012@debbugs.gnu.org Received: via spool by 68012-submit@debbugs.gnu.org id=B68012.1705163355681 (code B ref 68012); Sat, 13 Jan 2024 16:30:02 +0000 Received: (at 68012) by debbugs.gnu.org; 13 Jan 2024 16:29:15 +0000 Received: from localhost ([127.0.0.1]:40894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOgsk-0000Au-JN for submit@debbugs.gnu.org; Sat, 13 Jan 2024 11:29:14 -0500 Received: from jpoiret.xyz ([206.189.101.64]:39680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOgsh-0000Ai-Lk for 68012@debbugs.gnu.org; Sat, 13 Jan 2024 11:29:12 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 0C35C184D43; Sat, 13 Jan 2024 16:29:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1705163351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=A+ypHxB6hh6h9eGZCQF9YB3OvYA7ySg3vPrW/wWSu4g=; b=ISIb1P37Nu7LXu4r7R9fmwU1zf3Fz1NfpK60rod2pfV0/iukVC5mNQh3g2tcGOvSxrW9IE hAOKT+mTIrFRzXzydRC6AmLztHeSE39sk73j5sp95BL1/8FaFeLM6iBNgotjGeWJNBGsVe GwcFH3okZbysFZrXeYNIDfun5vC4sGwbPS3TbpZvUh2n/bt41406ec7jo/HWRUKEusaWIv Bp1zc++cask79/QJeEwEZpccKR+ru47h0n4iVdBC+/f2ykN81Kvm5az6Qny/iccfLHfpkb q1xy8+0YhABBe5bBwto7MBx6+ZktxXJOYV0fxjR2J14LpEFVzEb68D8oftLDmg== In-Reply-To: <29b6707c8c4cdf1808edc79813215578@disroot.org> References: <29b6707c8c4cdf1808edc79813215578@disroot.org> Date: Sat, 13 Jan 2024 17:29:08 +0100 Message-ID: <87le8tgpt7.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spamd-Bar: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Josselin Poiret X-ACL-Warn: , Josselin Poiret via Guix-patches From: Josselin Poiret via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -8.78 X-Migadu-Queue-Id: 17D5D5E796 X-Spam-Score: -8.78 X-Migadu-Scanner: mx11.migadu.com X-TUID: VagejsEIIonB --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Luis, lgcoelho--- via Guix-patches via writes: > This patch add thinkfan-service-type to (gnu services pm). > From 92bf99099f91c0f1dae71b0cf9e5f8e6799a3679 Mon Sep 17 00:00:00 2001 > From: Luis Guilherme Coelho > Date: Sun, 24 Dec 2023 15:52:04 -0300 > Subject: [PATCH] services: Add thinkfan service. > > --- Please add a commit message following the ChangeLog convention. You can take inspiration from other commits in the repo, and read up on it at [0]. > + (config-file > + (string "/etc/thinkfan.conf") > + "Configuration file to use.") This should not refer to an absolute path. Please use a file-like instead, users can still use (local-file ...) to give external files. [0] https://www.gnu.org/prep/standards/html_node/Change-Logs.html =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCAAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmWiulQQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5Fhcaii7CDACsi3Bsxw0EF629tnq/YqxXEwdzaccesZFn ZYH+7YWBUSP78EF3kYmQ63QVRtZKrPdC2hUbjZOa0UcYl1DX6je4YQLKVWxKIsHu N4r+2T1J+vZBuSnAQcJALKEqtBrR23sh33BwTXphvlma2uGhEvXHAZxC7snG2Cei WzduBjPBhGD6ZwpCcE2/o9nKxsYY7dOXay2ta6gPIzNPf1GewYHXhLs4n7XcUGqq cbGUwIt/YBhuL0Lobr8drQZ+mccBayGpv7iNHfpF3Wa/hWUyGmdzyl4UOZRz4jXa AXfhXG/NIg3zdFg8jeTnFjl+x3JrNh5m4wpzxRkF8PPY/oP9JbTZbefobr5iE3t8 4FtlBAHoxrYGJd4b26VrSiL1hJaiG8GyEgtVpaI5JpW1CpX8I2zKrv+MAH57IohR drHRm8MB3zrYe469oEQKMftBNBEp56LDTsCJOz1C74aMV3TjNWqpv4pGOByjFCe1 9cMqqKixuil5aqiGq8frENfHWE1JaqM= =bTt1 -----END PGP SIGNATURE----- --=-=-=--