blob: 9f532fa35c3dcb53f7271274e4946de2361dfa33 (
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
|