summaryrefslogtreecommitdiff
path: root/dist/plugin_loader-prerelease.service
diff options
context:
space:
mode:
Diffstat (limited to 'dist/plugin_loader-prerelease.service')
-rw-r--r--dist/plugin_loader-prerelease.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/plugin_loader-prerelease.service b/dist/plugin_loader-prerelease.service
new file mode 100644
index 00000000..a36a2435
--- /dev/null
+++ b/dist/plugin_loader-prerelease.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=DEBUG
+[Install]
+WantedBy=multi-user.target \ No newline at end of file