mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #4905 from mglae/le10_waitonnetwork_fixup
kodi-waitonnetwork.service: use wait-time-sync
This commit is contained in:
commit
0722d74fd6
@ -11,7 +11,7 @@ ConditionPathExists=/storage/.kodi/userdata/addon_data/service.libreelec.setting
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=/storage/.cache/libreelec/network_wait
|
||||
ExecStart=/usr/sbin/connmand-wait-online --timeout=${WAIT_NETWORK_TIME}
|
||||
ExecStart=/usr/bin/wait-time-sync --timeout ${WAIT_NETWORK_TIME}
|
||||
StandardOutput=tty
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user