Created
February 14, 2023 14:18
-
-
Save Steve-Mr/988858bec090bf52096d2d9024963d01 to your computer and use it in GitHub Desktop.
answer from https://stackoverflow.com/a/70460138
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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