summarylogtreecommitdiffstats
path: root/sonarr.service
diff options
context:
space:
mode:
Diffstat (limited to 'sonarr.service')
-rw-r--r--sonarr.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonarr.service b/sonarr.service
index 17377eb7b0c4..225eba340659 100644
--- a/sonarr.service
+++ b/sonarr.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=sonarr
Group=sonarr
-ExecStart=/usr/bin/mono /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
+ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
Type=simple
TimeoutStopSec=20