summaryrefslogtreecommitdiff
path: root/dist/plugin_loader-release.service
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-30 16:37:19 -0700
committerGitHub <noreply@github.com>2022-10-30 16:37:19 -0700
commit5e3de747d37b4b7042485a6733b2cd8a883b16ef (patch)
tree2aec58e119ab2e34f2a4a88b4a3076db08f0e8bd /dist/plugin_loader-release.service
parentd389b403b521c48920d872c6ddd133b63ada2528 (diff)
downloaddecky-loader-5e3de747d37b4b7042485a6733b2cd8a883b16ef.tar.gz
decky-loader-5e3de747d37b4b7042485a6733b2cd8a883b16ef.zip
Systemd service updating (#240)v2.3.1-pre2
* Add services and updated installer files * Loader updates service file during update! * Testing update branch doesn't exist lol * Update to dfl 3.7.12 * Fix services and add working service updater * Revert services but replace their aliases * Fix install scripts as well * Move leftover service files to .systemd dir * No wonder it's not trimming the file... * fix whitespace * Remove unused imports * Remove another un-used import Co-authored-by: AAGaming <aa@mail.catvibers.me>
Diffstat (limited to 'dist/plugin_loader-release.service')
-rw-r--r--dist/plugin_loader-release.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/plugin_loader-release.service b/dist/plugin_loader-release.service
new file mode 100644
index 00000000..20fbe7b8
--- /dev/null
+++ b/dist/plugin_loader-release.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=SteamDeck Plugin Loader
+After=network-online.target
+Wants=network-online.target
+[Service]
+Type=simple
+User=root
+Restart=always
+ExecStart=${HOMEBREW_FOLDER}/services/PluginLoader
+WorkingDirectory=${HOMEBREW_FOLDER}/services
+Environment=PLUGIN_PATH=${HOMEBREW_FOLDER}/plugins
+Environment=LOG_LEVEL=INFO
+[Install]
+WantedBy=multi-user.target \ No newline at end of file