mirror of https://github.com/l3uddz/traktarr
parent
b2ae8f4315
commit
5dcfffb656
@ -0,0 +1,17 @@
|
|||||||
|
# /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
|
Loading…
Reference in new issue