Merge pull request #4905 from mglae/le10_waitonnetwork_fixup

kodi-waitonnetwork.service: use wait-time-sync
This commit is contained in:
CvH 2021-01-09 05:58:33 +01:00 committed by GitHub
commit 0722d74fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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