From b0651c0e6e76a91baaa1490b3bae0a9a1d31df3e Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 3 Apr 2026 20:52:58 +0200 Subject: [PATCH] fix(openthread-br): enable and start dbus, rsyslog, bind9 before otbr-agent --- install/openthread-br-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/openthread-br-install.sh b/install/openthread-br-install.sh index 9c4f69af..1c124e50 100644 --- a/install/openthread-br-install.sh +++ b/install/openthread-br-install.sh @@ -77,7 +77,8 @@ cat </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