Skip to content

Instantly share code, notes, and snippets.

@stepansib
Created March 20, 2019 15:02
Show Gist options
  • Save stepansib/efdffce33d67c2958680affe30a40753 to your computer and use it in GitHub Desktop.
Save stepansib/efdffce33d67c2958680affe30a40753 to your computer and use it in GitHub Desktop.
#linux enable/disable bluetooth on startup
sudo systemctl disable bluetooth.service
sudo systemctl enable bluetooth.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment