Skip to content

Commit 7ac2abd

Browse files
author
Alex J Lennon
committed
Update improv.service: Add comments about root user requirement
Service must run as root to access Bluetooth stack (BLE requires elevated privileges). Script handles file ownership correction to fio:fio after creation.
1 parent fb0f643 commit 7ac2abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-devtools/python/python3-improv/improv.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Description=Improv BLE WiFi onboarding service
33
Documentation=https://www.improv-wifi.com/ble/
44

55
[Service]
6+
# Run as root to access Bluetooth stack (BLE requires elevated privileges)
7+
# Script handles file ownership correction to fio:fio after creation
68
ExecStart=/usr/share/improv/onboarding-server.py
79
Restart=always
810
RestartSec=12

0 commit comments

Comments
 (0)