• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Disable bluetooth on startup for Ubuntu

31 July, 2012

To disable Bluetooth on Ubuntu persistently (stays off after reboot too):

systemctl disable bluetooth.service

To manually re-enable Bluetooth if desired:

systemctl enable bluetooth.service
  • bluetooth
  • Ubuntu Linux