mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 09:03:20 +03:00
14 lines
294 B
Desktop File
14 lines
294 B
Desktop File
[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
|