diff --git a/packages/network/connman/system.d/connman.service b/packages/network/connman/system.d/connman.service index 4eab9d4508..ce3c7b02ca 100644 --- a/packages/network/connman/system.d/connman.service +++ b/packages/network/connman/system.d/connman.service @@ -14,6 +14,8 @@ ExecStart=/usr/sbin/connmand -nr $CONNMAN_DEBUG # send SIGKILL on stop to keep ip configuration KillSignal=SIGKILL StandardOutput=null +RestartSec=2 +StartLimitInterval=0 [Install] WantedBy=multi-user.target