summaryrefslogtreecommitdiff
path: root/dist/install_release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist/install_release.sh')
-rw-r--r--dist/install_release.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/install_release.sh b/dist/install_release.sh
index 3656e10e..f4f1f91d 100644
--- a/dist/install_release.sh
+++ b/dist/install_release.sh
@@ -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