switch to hybrid

This commit is contained in:
aptalca 2022-08-26 14:22:43 -04:00
parent a5aafa5780
commit 44dcf312ed
5 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bash
# Loop until an active internet connection is established
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
# Sleep to allow cooldown
sleep 10
done

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run