Skip to content

Adding TraktPlexSync.service as a service under debian. Help #2030

Closed Answered by tundrablasen
tundrablasen asked this question in Support
Discussion options

You must be logged in to vote

ok it works. that's the right code:

[Unit]
Description=PlexTraktSync watch daemon
After=network-online.target

[Service]
ExecStart=/root/.local/pipx/venvs/plextraktsync/bin/plextraktsync watch
Restart=on-failure
RestartSec=10
User=root
Group=root

[Install]
WantedBy=multi-user.target

then

sudo systemctl daemon-reload
sudo systemctl start PlexTraktSync.service
sudo systemctl enable PlexTraktSync.service

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tundrablasen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
1 participant