summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-08-28 13:00:44 -0700
committerDonald Webster2018-08-28 13:00:44 -0700
commit94884f52a28b20bece01e4d8ec25ccc832c064f4 (patch)
tree23a101d75b256c38574da26d554b683f5d34a195
parent2fc88b9d62cdc6278a74fb776aa57368e627681c (diff)
downloadaur-94884f52a28b20bece01e4d8ec25ccc832c064f4.tar.gz
Add --debug flag to mono for better troubleshooting.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--sonarr.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce00ba663122..b06b4f592da8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = sonarr-develop
source = sonarr.sysusers
source = sonarr.tmpfiles
sha256sums = e903fefb07b8a7aa438652b18a070d5e096b63610126a1d8fba009117904d5fe
- sha256sums = c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5
+ sha256sums = b09809afb9593e441a3d046b8c337163ed85a50b9f9189bdbf94ca641fb31eb7
sha256sums = cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e
sha256sums = a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8
diff --git a/PKGBUILD b/PKGBUILD
index d6a51fe56225..ddf1697274e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ source=("https://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.${pkgver}.m
noextract=()
sha256sums=('e903fefb07b8a7aa438652b18a070d5e096b63610126a1d8fba009117904d5fe'
- 'c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5'
+ 'b09809afb9593e441a3d046b8c337163ed85a50b9f9189bdbf94ca641fb31eb7'
'cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e'
'a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8')
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