From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Thinkfan Date: Mon, 23 May 2016 10:17:24 +0200 Message-ID: <874m9pkx2j.fsf@gnu.org> References: <20160521034603.787a1f86@fripost.org> <20160522020748.284c8020@fripost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4l3T-0005Y4-SQ for help-guix@gnu.org; Mon, 23 May 2016 04:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4l3P-0000oE-3I for help-guix@gnu.org; Mon, 23 May 2016 04:17:39 -0400 In-Reply-To: <20160522020748.284c8020@fripost.org> (albin@fripost.org's message of "Sun, 22 May 2016 02:07:48 +0200") 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: Albin Cc: Help Guix , Nicolas Goaziou Hi, Albin skribis: > I was able to start it manually by doing the following: > > $ sudo -i > # modprobe -r thinkpad_acpi > # modprobe thinkpad_acpi fan_control=3D1 > $ sudo thinkfan /path/to/config-file > > It would be nice, however, to have this done automatically at boot. A Shepherd service that starts =E2=80=98thinkfan=E2=80=99 would probably be= enough (I assume the kernel modules would automatically get loaded). If you=E2=80=99d like to give it a try, see: https://www.gnu.org/software/guix/manual/html_node/Defining-Services.html =E2=80=A6 and come on #guix to for feedback/help! :-) Ludo=E2=80=99.