kodi-waitonnetwork.service: use wait-time-sync

This commit is contained in:
mglae 2021-01-08 19:40:23 +01:00
parent 02bc3f2c0c
commit b464994d81

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