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

11 lines
152 B
Django/Jinja

#!/bin/bash
systemctl enable bt-agent
systemctl start bt-agent
systemctl enable bt-pan
systemctl start bt-pan
bluetoothctl <<EOF
discoverable on
EOF