[cpp-sp] 03/08: New patch Increase-the-timeouts-in-the-shibd-service-file.patch
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:49:01 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-3_bpo8+1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5cab41e98cf66096dd5f39b617f4c9f6e19d82e4
commit 5cab41e98cf66096dd5f39b617f4c9f6e19d82e4
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Fri Oct 14 21:08:44 2016 +0200
New patch Increase-the-timeouts-in-the-shibd-service-file.patch
Increase the timeouts in the shibd service file
Closes: #840056
---
...se-the-timeouts-in-the-shibd-service-file.patch | 24 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/Increase-the-timeouts-in-the-shibd-service-file.patch b/debian/patches/Increase-the-timeouts-in-the-shibd-service-file.patch
new file mode 100644
index 0000000..8ff8b10
--- /dev/null
+++ b/debian/patches/Increase-the-timeouts-in-the-shibd-service-file.patch
@@ -0,0 +1,24 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at debian.org>
+Date: Fri, 14 Oct 2016 21:07:32 +0200
+Subject: Increase the timeouts in the shibd service file
+
+Closes: #840056
+---
+ configs/shibd-systemd.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configs/shibd-systemd.in b/configs/shibd-systemd.in
+index a9f6ecb..dcbaf08 100644
+--- a/configs/shibd-systemd.in
++++ b/configs/shibd-systemd.in
+@@ -14,8 +14,8 @@ ExecStart=@-PREFIX-@/sbin/shibd -f -F
+ StandardInput=null
+ StandardOutput=null
+ StandardError=journal
+-TimeoutStopSec=5s
+-TimeoutStartSec=90s
++TimeoutStopSec=1min
++TimeoutStartSec=5min
+ Restart=on-failure
+ RestartSec=30s
+
diff --git a/debian/patches/series b/debian/patches/series
index 963c0f4..9008fc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,3 +21,4 @@ Remove-superfluous-xmlsec-linkages.patch
Use-pkg-config-for-GSSAPI.patch
The-plugins-use-GSSAPI-only-if-the-naming-extensions.patch
Enable-the-dot-feature-of-Doxygen.patch
+Increase-the-timeouts-in-the-shibd-service-file.patch
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list