mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Missing equals sign for WorkingDirectory (#9)
This commit is contained in:
@@ -5,9 +5,9 @@ Description=SteamDeck Plugin Manager
|
|||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py
|
ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py
|
||||||
WorkingDirectory/home/deck/homebrew/services/plugin_loader
|
WorkingDirectory=/home/deck/homebrew/services/plugin_loader
|
||||||
|
|
||||||
Environment=PLUGIN_PATH=/home/deck/homebrew/plugins
|
Environment=PLUGIN_PATH=/home/deck/homebrew/plugins
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user