diff options
| author | AAGaming <aagaming@riseup.net> | 2024-09-11 22:56:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 22:56:34 -0400 |
| commit | 723dde80d2aa5f20b46794e5a3093cb58718ec81 (patch) | |
| tree | 7ae3e0995fff9fef56b27001593b2cc2d2b07b2f | |
| parent | 653b319b95f7ef197cc08c578a41cf94614a7e1f (diff) | |
| download | decky-installer-723dde80d2aa5f20b46794e5a3093cb58718ec81.tar.gz decky-installer-723dde80d2aa5f20b46794e5a3093cb58718ec81.zip | |
gui: update release systemd service
| -rw-r--r-- | gui/user_install_script.sh | 7 |
1 files 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 |
