fix(openthread-br): enable and start dbus, rsyslog, bind9 before otbr-agent

This commit is contained in:
MickLesk
2026-04-03 20:52:58 +02:00
parent f13616e3b9
commit b0651c0e6e

View File

@@ -77,7 +77,8 @@ cat <<EOF >/etc/default/otbr-agent
# 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 otbr-agent otbr-web
systemctl enable -q dbus rsyslog bind9 otbr-agent otbr-web
systemctl start -q dbus rsyslog bind9
msg_ok "Configured Services"
motd_ssh