mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
EnvironmentFile=/storage/.cache/libreelec/network_wait
|
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
|
StandardOutput=tty
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user