Merge pull request #5205 from lrusak/kodi-waitonnetwork-timeout

kodi: waitonnetwork service shouldn't be considered failed if it timed out
This commit is contained in:
CvH 2021-03-27 17:49:51 +01:00 committed by GitHub
commit c623222457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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