We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb37777 commit 916adeeCopy full SHA for 916adee
1 file changed
services/dingtian_mqtt_bridge/run
@@ -13,6 +13,6 @@ while [ "$(svstat /service/setup_rgpio/ | awk '{print $2}')" != "up" ]; do
13
sleep 1
14
done
15
# Attends encore 2 secondes
16
-sleep 2
+sleep 5
17
echo "MQTT broker is available. Starting dbus-rgpio.py..."
18
exec softlimit -d 100000000 -s 1000000 -a 100000000 /data/RemoteGPIO/modules/dingtian_mqtt_bridge.py
0 commit comments