summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-07-12 12:47:51 -0700
committerDonald Webster2018-07-12 12:47:51 -0700
commit8ebd17b1adb63e47cf67583e1c887f059a6da43c (patch)
treec6ebc623d9e0b2704d94c6eeeef159c1927275e2
parent511e95b504779b76332bdaf1a4f78abf440c9586 (diff)
downloadaur-8ebd17b1adb63e47cf67583e1c887f059a6da43c.tar.gz
Add back TimeoutStopSec.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--sonarr.service1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f95ed404fc9f..268b2607e2ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = sonarr-develop
source = sonarr.sysusers
source = sonarr.tmpfiles
sha256sums = 15206c3ba421c7db282de82562084a473666e09447d2ccd7fa28557e03860548
- sha256sums = 738193114a554ef74b26ba163b28eb9835816bf106934f08c616b1adbcfd4bd6
+ sha256sums = c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5
sha256sums = bd00676bddce255e42ebbed60e4af6d0910b0efcd0602f2307dedb510dd22033
sha256sums = cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e
sha256sums = a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8
diff --git a/PKGBUILD b/PKGBUILD
index 63022d965781..951777fcf21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ source=("https://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.${pkgver}.m
noextract=()
sha256sums=('15206c3ba421c7db282de82562084a473666e09447d2ccd7fa28557e03860548'
- '738193114a554ef74b26ba163b28eb9835816bf106934f08c616b1adbcfd4bd6'
+ 'c177024bdf5c8c0e42a866cb0509e6130e2bb79a14c7e91556e42f8b18e37bd5'
'bd00676bddce255e42ebbed60e4af6d0910b0efcd0602f2307dedb510dd22033'
'cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e'
'a436a979ca3a9e78bdc410bd0027d97956bfa8d2d4f2b7bdf3f7d2ed199dd6a8')
diff --git a/sonarr.service b/sonarr.service
index 7310ec5b679d..17377eb7b0c4 100644
--- a/sonarr.service
+++ b/sonarr.service
@@ -7,6 +7,7 @@ User=sonarr
Group=sonarr
ExecStart=/usr/bin/mono /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
Type=simple
+TimeoutStopSec=20
# Lets built in updater work well.
Restart=on-failure