fix(openthread-br): set privileged mode, don't auto-start services

This commit is contained in:
MickLesk
2026-04-02 21:21:59 +02:00
parent da753f2010
commit 1aac11e6b3
3 changed files with 7 additions and 9 deletions

View File

@@ -73,9 +73,11 @@ msg_ok "Configured Network"
msg_info "Configuring Services"
cat <<EOF >/etc/default/otbr-agent
# USB example: spinel+hdlc+uart:///dev/ttyACM0
# TCP example: spinel+hdlc+uart://192.168.1.100:9999
OTBR_AGENT_OPTS="-I wpan0 -B eth0 spinel+hdlc+uart:///dev/ttyACM0"
EOF
systemctl enable -q --now otbr-agent otbr-web
systemctl enable -q otbr-agent otbr-web
msg_ok "Configured Services"
motd_ssh