mirror of
https://github.com/house-of-vanity/lywsd03mmc_exporter.git
synced 2025-07-07 15:24:08 +00:00
9 lines
100 B
Bash
9 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# start services
|
||
|
service dbus start
|
||
|
service bluetooth start
|
||
|
|
||
|
|
||
|
python3 ./bt_exporter.py
|