Skip to content

Commit 7006b7f

Browse files
authored
Update run
1 parent 28830c3 commit 7006b7f

File tree

1 file changed

+1
-2
lines changed
  • silabs-multiprotocol-ember/rootfs/etc/s6-overlay/s6-rc.d/socat-zigbeed-tcp

1 file changed

+1
-2
lines changed

silabs-multiprotocol-ember/rootfs/etc/s6-overlay/s6-rc.d/socat-zigbeed-tcp/run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ if ! bashio::var.has_value "${ezsp_listen_port}"; then
1111
fi
1212

1313
bashio::log.info "Starting socat TCP client for Zigbeed daemon..."
14-
exec s6-notifyoncheck -d -s 300 -w 300 \
15-
"/usr/bin/socat" -v tcp-l:${ezsp_listen_port},reuseaddr,fork pty,link=/tmp/ttyZigbeeNCP,raw
14+
exec /usr/bin/socat -v tcp-l:${ezsp_listen_port},reuseaddr,fork pty,link=/tmp/ttyZigbeeNCP,raw

0 commit comments

Comments
 (0)