cccsd: wait for network readiness before starting service

CCCS service starts before the network is fully ready and fail the first
connection attempt. When that happens, the daemon waits for the
configured reconnect interval before trying again, which delays DRM
availability for dependent services.

https://onedigi.atlassian.net/browse/DEL-10083

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2026-04-30 18:35:53 +02:00
parent 8b03656826
commit f1d71fd66c
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=CCCS daemon
After=network.target
Wants=network-online.target
After=network-online.target
# Do not limit the number of restarting times
StartLimitIntervalSec=0