Missing equals sign for WorkingDirectory (#9)

This commit is contained in:
Liam Dawe
2022-04-04 11:01:32 +01:00
committed by GitHub
parent cbf46b950a
commit 1bc353fded

View File

@@ -5,9 +5,9 @@ Description=SteamDeck Plugin Manager
Type=simple
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
[Install]
WantedBy=default.target
WantedBy=default.target