summarylogtreecommitdiffstats
path: root/sonarr.service
blob: 225eba340659d667f74542da05aa5062129cf00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Sonarr Service
After=network.target

[Service]
User=sonarr
Group=sonarr
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
Type=simple
TimeoutStopSec=20

# Lets built in updater work well.
Restart=on-failure
KillMode=process

[Install]
WantedBy=multi-user.target