Skip to content

Instantly share code, notes, and snippets.

@Steve-Mr
Created February 14, 2023 14:18
Show Gist options
  • Select an option

  • Save Steve-Mr/988858bec090bf52096d2d9024963d01 to your computer and use it in GitHub Desktop.

Select an option

Save Steve-Mr/988858bec090bf52096d2d9024963d01 to your computer and use it in GitHub Desktop.
cp /usr/lib/systemd/system/bluetooth.service /etc/systemd/system/
sed -i -r 's/ExecStart=.+/& -E/' /etc/systemd/system/bluetooth.service
systemctl daemon-reload
systemctl restart bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment