From 723dde80d2aa5f20b46794e5a3093cb58718ec81 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 11 Sep 2024 22:56:34 -0400 Subject: gui: update release systemd service --- gui/user_install_script.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh index e2691af..216ccdf 100644 --- a/gui/user_install_script.sh +++ b/gui/user_install_script.sh @@ -164,16 +164,15 @@ curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/di cat > "${HOMEBREW_FOLDER}/services/plugin_loader-backup.service" <<- EOM [Unit] Description=SteamDeck Plugin Loader -After=network-online.target -Wants=network-online.target +After=network.target [Service] Type=simple User=root Restart=always ExecStart=${HOMEBREW_FOLDER}/services/PluginLoader WorkingDirectory=${HOMEBREW_FOLDER}/services -KillSignal=SIGKILL -Environment=PLUGIN_PATH=${HOMEBREW_FOLDER}/plugins +Environment=UNPRIVILEGED_PATH=${HOMEBREW_FOLDER} +Environment=PRIVILEGED_PATH=${HOMEBREW_FOLDER} Environment=LOG_LEVEL=INFO [Install] WantedBy=multi-user.target -- cgit v1.2.3