blob: 56f1d25bafd50462e0edac0cfa5ee37487f021d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Unit]
Description=Sonarr Service
Wants=network-online.target
After=network-online.target
[Service]
User=sonarr
Group=sonarr
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/Sonarr.exe -nobrowser -data=/var/lib/sonarr
Type=simple
TimeoutStopSec=20
SyslogIdentifier=sonarr
# Lets built in updater work well.
Restart=on-failure
KillMode=process
[Install]
WantedBy=multi-user.target
|