aboutsummaryrefslogtreecommitdiff
path: root/bt-fix
diff options
context:
space:
mode:
Diffstat (limited to 'bt-fix')
-rwxr-xr-xbt-fix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bt-fix b/bt-fix
index 1d9cfc4..76e32b7 100755
--- a/bt-fix
+++ b/bt-fix
@@ -1,10 +1,10 @@
#!/bin/sh
# Reset Bluetooth adapter (run as root)
-systemctl stop bluetooth.service
+service bluetooth stop
modprobe -r btusb
modprobe btusb
-systemctl start bluetooth.service
+service bluetooth start
rfkill unblock bluetooth
bluetoothctl power on