Add timeout to get tabs request, wait for network online target before booting decky (#239)

* Add timeout to tabs get request

* Wait for network interfaces to be ready before booting decky
This commit is contained in:
suchmememanyskill
2022-10-30 00:13:19 +02:00
committed by GitHub
parent 4d30339c34
commit f5fc205384
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ rm -f "/etc/systemd/system/plugin_loader.service"
cat > "/etc/systemd/system/plugin_loader.service" <<- EOM
[Unit]
Description=SteamDeck Plugin Loader
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
+2
View File
@@ -30,6 +30,8 @@ rm -f "/etc/systemd/system/plugin_loader.service"
cat > "/etc/systemd/system/plugin_loader.service" <<- EOM
[Unit]
Description=SteamDeck Plugin Loader
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root