summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin_manager.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin_manager.service b/plugin_manager.service
new file mode 100644
index 00000000..fdf3966e
--- /dev/null
+++ b/plugin_manager.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=SteamDeck Plugin Manager
+
+[Service]
+ExecStart=/home/deck/homebrew/services/plugin_manager/plugin_manager
+WorkingDirectory=/home/deck/homebrew/services/plugin_manager/
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file