mirror of https://github.com/l3uddz/traktarr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
349 B
20 lines
349 B
# /etc/systemd/system/traktarr.service
|
|
|
|
[Unit]
|
|
Description=Traktarr
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=seed
|
|
Group=seed
|
|
Type=simple
|
|
Environment="LC_ALL=C.UTF-8"
|
|
Environment="LANG=C.UTF-8"
|
|
WorkingDirectory=/opt/traktarr/
|
|
ExecStart=/usr/bin/python3 /opt/traktarr/traktarr.py run
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=default.target
|