Disable bluetooth on startup for Ubuntu
To disable Bluetooth on Ubuntu persistently (stays off after reboot too):
systemctl disable bluetooth.serviceTo manually re-enable Bluetooth if desired:
systemctl enable bluetooth.serviceTo disable Bluetooth on Ubuntu persistently (stays off after reboot too):
systemctl disable bluetooth.serviceTo manually re-enable Bluetooth if desired:
systemctl enable bluetooth.service