1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/bluetooth/templates/iiab-bt-pan-off.j2
2019-06-03 11:51:40 -04:00

12 lines
245 B
Django/Jinja

#!/bin/bash
systemctl disable bt-agent
# for some reason this service is really slow to stop and can't do anything without bt-pan
#systemctl stop bt-agent
systemctl disable bt-pan
systemctl stop bt-pan
bluetoothctl <<EOF
discoverable off
EOF