From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dorhD-0004T6-T1 for guix-patches@gnu.org; Mon, 04 Sep 2017 09:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dorgU-0005Mo-R7 for guix-patches@gnu.org; Mon, 04 Sep 2017 09:45:47 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dorgU-0005MY-NN for guix-patches@gnu.org; Mon, 04 Sep 2017 09:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dorgU-00032B-EK for guix-patches@gnu.org; Mon, 04 Sep 2017 09:45:02 -0400 Subject: bug#28007: [PATCH] Add auto-enable? parameter to the bluetooth-service Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <871somhks0.fsf@gmail.com> Date: Mon, 04 Sep 2017 15:43:34 +0200 In-Reply-To: <871somhks0.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 07 Aug 2017 22:10:23 -0400") Message-ID: <8760cy1svt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Maxim Cournoyer Cc: 28007-done@debbugs.gnu.org Maxim Cournoyer skribis: >>>From 3631a5f6742b31ac173a6d32cb3e7074f1ce0aa5 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Mon, 7 Aug 2017 00:07:53 -0400 > Subject: [PATCH] services: Add auto-enable? parameter to the bluetooth-service > > * gnu/services/desktop.scm (bluetooth-configuration): New record. > (bluetooth-shepherd-service): Use it. > (bluetooth-directory): New method. > (bluetooth-service-type): Use it to extend the etc-service-type service. > (bluetooth-service): Add `auto-enable?' parameter. > * doc/guix.texi: Document it. Pushed as b9f67d6dda12b97b5dce59de3dab230966083a5e, thanks! Ludo'.