From b1ccbafbee169dc1d53f3f0f6524c15630f3ee75 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 08 Nov 2012 20:47:48 +0000 Subject: bluetooth: disable service autostart The bluetooth service starts by default, but you don't need the service just to do a bluetooth scan, which is what we believe the factory wants to do. --- diff --git a/modules/bluetooth/kspost.50.bluetooth.inc b/modules/bluetooth/kspost.50.bluetooth.inc new file mode 100644 index 0000000..3d04b6b --- /dev/null +++ b/modules/bluetooth/kspost.50.bluetooth.inc @@ -0,0 +1,3 @@ +# bluetooth service activates itself by default, we don't want that at +# the moment +systemctl disable bluetooth.service -- cgit v0.9.1