-
Hi, I've set up via Pipx on Ubuntu and want to set up the watch as a service as per the Wiki but I'm getting the below errors. I can run the commands manually without issue via Putty.
My file is exactly the same as the one on the Wiki but with the user and group changed to my own. |
Beta Was this translation helpful? Give feedback.
Answered by
Khashul
Mar 8, 2023
Replies: 1 comment
-
I managed to resolve it. I was adding .sh to the end but just needed to replace with this line: /home/user/.local/pipx/venvs/plextraktsync/bin/plextraktsync watch |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Khashul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to resolve it. I was adding .sh to the end but just needed to replace with this line: /home/user/.local/pipx/venvs/plextraktsync/bin/plextraktsync watch