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