1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# /etc/systemd/system/traktarr.service [Unit] Description=traktarr After=network-online.target [Service] User=traktarr Group=traktarr Type=simple WorkingDirectory=/usr/lib/traktarr ExecStart=/usr/bin/python /usr/lib/traktarr/traktarr.py run Restart=on-failure RestartSec=10 [Install] WantedBy=default.target