Add example service file

This commit is contained in:
2025-11-02 11:19:44 +00:00
parent a0fbd9308c
commit 01ff4dcd9e
2 changed files with 15 additions and 1 deletions

View File

@@ -4,4 +4,4 @@ MQTT bridge for BLE Nordic Instruments Thingy:52.
## Usage
Update the parameters found in `app.py` and run it with `python3 app.py`.
Update the parameters found in `app.py` and run it with `python3 app.py`. To run the app as a service, copy `thingy52-bridge.service` to `/etc/systemd/system/` and edit the path to `app.py` within it.