1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/mediacenter/kodi/system.d/kodi-waitonnetwork.service

21 lines
582 B
Desktop File

[Unit]
Description=Wait on network
After=connman.service
Before=network-online.target
DefaultDependencies=no
Conflicts=shutdown.target
ConditionFileNotEmpty=/storage/.cache/libreelec/network_wait
ConditionPathExists=!/dev/.kernel_ipconfig
ConditionPathExists=/storage/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml
[Service]
Type=oneshot
EnvironmentFile=/storage/.cache/libreelec/network_wait
ExecStart=/usr/bin/wait-time-sync --timeout ${WAIT_NETWORK_TIME}
StandardOutput=tty
RemainAfterExit=yes
SuccessExitStatus=1
[Install]
WantedBy=network-online.target