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:
parent
8b03656826
commit
f1d71fd66c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue