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.
18 lines
309 B
18 lines
309 B
7 years ago
|
# /etc/systemd/system/traktarr.service
|
||
|
|
||
|
[Unit]
|
||
|
Description=traktarr
|
||
|
After=network-online.target unionfs.service
|
||
|
|
||
|
[Service]
|
||
|
User=seed
|
||
|
Group=seed
|
||
|
Type=simple
|
||
|
WorkingDirectory=/opt/traktarr/
|
||
|
ExecStart=/usr/bin/python3 /opt/traktarr/traktarr.py run
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|