mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
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:
commit
c623222457
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user