kodi-waitonnetwork.service: don't show delay message, work silent

This commit is contained in:
mglae 2020-12-29 19:39:30 +01:00
parent 9671a658cb
commit 240f54be13

View File

@ -11,7 +11,6 @@ ConditionPathExists=/storage/.kodi/userdata/addon_data/service.libreelec.setting
[Service]
Type=oneshot
EnvironmentFile=/storage/.cache/libreelec/network_wait
ExecStartPre=/bin/sh -c 'echo "waiting on Network to come online ... (max. $WAIT_NETWORK_TIME sec.)"'
ExecStart=/usr/sbin/connmand-wait-online --timeout=${WAIT_NETWORK_TIME}
StandardOutput=tty
RemainAfterExit=yes