Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-11-08 20:47:48 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-11-08 20:47:48 (GMT)
commitb1ccbafbee169dc1d53f3f0f6524c15630f3ee75 (patch)
tree9ebdce7ebd16de5a56a267325490194801ede208
parenta34da2844bd5e5feb43cc8761761a2e667a76918 (diff)
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.
-rw-r--r--modules/bluetooth/kspost.50.bluetooth.inc3
1 files changed, 3 insertions, 0 deletions
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