Skip to content

Commit

Permalink
Bluetooth optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Jun 15, 2023
1 parent a0ba945 commit c2c102b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/dbus-serialbattery/reinstall-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ if [ -d "/service/dbus-blebattery.0" ]; then
pkill -f "supervise dbus-blebattery.*"
pkill -f "multilog .* /var/log/dbus-blebattery.*"
pkill -f "python .*/dbus-serialbattery.py .*_Ble"

# kill opened bluetoothctl processes
pkill -f "^bluetoothctl "
fi


Expand Down

0 comments on commit c2c102b

Please sign in to comment.