mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 04:05:04 +03:00
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:
committed by
GitHub
parent
4d30339c34
commit
f5fc205384
Vendored
+2
@@ -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
|
||||
|
||||
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user