summarylogtreecommitdiffstats
path: root/sonarr.service
diff options
context:
space:
mode:
Diffstat (limited to 'sonarr.service')
-rw-r--r--sonarr.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonarr.service b/sonarr.service
index 8783aae48403..497b7d9de3b0 100644
--- a/sonarr.service
+++ b/sonarr.service
@@ -5,9 +5,9 @@ After=network.target
[Service]
User=sonarr
Group=sonarr
-ExecStart=/usr/bin/sonarr -nobrowser -data=/var/lib/sonarr
+ExecStart=/usr/bin/mono /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
+Restart=always
Type=simple
-TimeoutStopSec=20
[Install]
WantedBy=multi-user.target