summarylogtreecommitdiffstats
path: root/tdarr-server.service
blob: 08b50cb06d288fa8bac29be84db45e1a5e0fea26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Tdarr Server Service
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=tdarr
Group=tdarr
SyslogIdentifier=tdarr
ExecStart=/var/lib/tdarr/server/Tdarr_Server
WorkingDirectory=/var/lib/tdarr/server
Restart=on-failure

[Install]
WantedBy=multi-user.target