-rwxr-xr-x | root/etc/suspend-scripts/S50bluetooth | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/suspend-scripts/S50bluetooth b/root/etc/suspend-scripts/S50bluetooth new file mode 100755 index 0000000..e6fa4a0 --- a/dev/null +++ b/root/etc/suspend-scripts/S50bluetooth @@ -0,0 +1,4 @@ +#!/bin/sh + +killall -HUP hciattach + |