kodi: waitonnetwork service shouldn't be considered failed if it timed out

This commit is contained in:
Lukas Rusak 2021-02-28 18:30:02 -08:00
parent d210b2b774
commit da5396af1f
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -14,6 +14,7 @@ EnvironmentFile=/storage/.cache/libreelec/network_wait
ExecStart=/usr/bin/wait-time-sync --timeout ${WAIT_NETWORK_TIME}
StandardOutput=tty
RemainAfterExit=yes
SuccessExitStatus=1
[Install]
WantedBy=network-online.target