summaryrefslogtreecommitdiff
path: root/plugin_loader.service
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_loader.service')
-rw-r--r--plugin_loader.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugin_loader.service b/plugin_loader.service
new file mode 100644
index 00000000..9f532fa3
--- /dev/null
+++ b/plugin_loader.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=SteamDeck Plugin Manager
+
+[Service]
+Type=simple
+
+ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py
+WorkingDirectory/home/deck/homebrew/services/plugin_loader
+
+Environment=PLUGIN_PATH=/home/deck/homebrew/plugins
+
+[Install]
+WantedBy=default.target \ No newline at end of file