fix(openthread-br): enable and start dbus, rsyslog, bind9 before otbr-agent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user