blob: 8c979ea043262ba782f9769635aabf2bed1cc672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|