summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-08-28 13:01:20 -0700
committerDonald Webster2018-08-28 13:01:20 -0700
commit2f81a47e22c4259c6dbd28fe23fba2df6875a1a0 (patch)
tree0083f393d58e7dcbf6e376276bf15360c3e32e5e
parentb33b1836c9f0ddd25e39b11e13329a5c8698a8b0 (diff)
downloadaur-2f81a47e22c4259c6dbd28fe23fba2df6875a1a0.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 19c4f0181fa7..955c8c21088e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = sonarr-phantom
source = sonarr.sysusers
source = sonarr.tmpfiles
sha256sums = c7f7bac280acd2af339f196db23d7ec2b5fdc60ee9b9b018bb8b5cab460a0f45
- sha256sums = 3c45b902c3c9c56963b675ce0fae9b8a77d79c33dcefde14f2b40469de089f5f
+ sha256sums = 4d1e659961211f5946e38b4ce0b050a119f0543d5e98c4817fe701147e97dca4
sha256sums = cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e
sha256sums = a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8
diff --git a/PKGBUILD b/PKGBUILD
index a753e6b3ca53..d619b60fb09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ source=("http://download.sonarr.tv/v3/phantom/${pkgver}/Sonarr.phantom.${pkgver}
noextract=()
sha256sums=('c7f7bac280acd2af339f196db23d7ec2b5fdc60ee9b9b018bb8b5cab460a0f45'
- '3c45b902c3c9c56963b675ce0fae9b8a77d79c33dcefde14f2b40469de089f5f'
+ '4d1e659961211f5946e38b4ce0b050a119f0543d5e98c4817fe701147e97dca4'
'cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e'
'a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8')
diff --git a/sonarr.service b/sonarr.service
index c876bc60cb8e..1b72d9e68d53 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/Sonarr.exe -nobrowser -data=/var/lib/sonarr
+ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/Sonarr.exe -nobrowser -data=/var/lib/sonarr
Type=simple
TimeoutStopSec=20