mirror of https://github.com/l3uddz/traktarr
parent
018dc5cda4
commit
d3ae863c45
@ -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