-
What am I doing something wrong?
[Unit] [Service] [Install] |
Beta Was this translation helpful? Give feedback.
Answered by
glensc
Jan 2, 2022
Replies: 2 comments 7 replies
-
I think you need to do this:
ExecStart /usr/bin/python3 - m /path/to/plextraktsync watch
Havent tried it but that's be my guess
…On Sun, 2 Jan 2022, 11:15 millaw73, ***@***.***> wrote:
What am I doing something wrong?
- I installed using the GitHub clone method and I'm trying to set it
up to actively watch and scrobble automatically in the background. Any
pointer? Running this on Debian 10.
- I tried with: ExecStart=plextraktsync watch without success before
changing to: ExecStart=/home/jackboy/PlexTraktSync/plextraktsync watch
- Below is what my Systemd entry looks like.
[Unit]
Description=PlexTraktSync watch daemon
After=network-online.target
[Service]
ExecStart=/home/jackboy/PlexTraktSync/plextraktsync watch
Restart=on-failure
RestartSec=10
User=jackboy
Group=jackboy
[Install]
WantedBy=multi-user.target
—
Reply to this email directly, view it on GitHub
<#683>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIQ3OI3IUD6JZGQC7IDKKDUUAQUVANCNFSM5LDQEAHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
-
interesting post I found how to run docker containers in systemd: it's not my recommendation or answer on how to proceed but some may find this useful. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
millaw73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
interesting post I found how to run docker containers in systemd:
it's not my recommendation or answer on how to proceed but some may find this useful.