summarylogtreecommitdiffstats
path: root/sonarr.service
blob: 209c21db626b8a422fabe22fa5e190e443e42217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Be sure to use `systemctl edit sonarr` to modify this service with an override.conf because
# direct changes will be overwritten by package updates.

[Unit]
Description=Sonarr Service
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=sonarr
Group=sonarr
SyslogIdentifier=sonarr
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/var/lib/sonarr
Restart=on-failure

[Install]
WantedBy=multi-user.target