[cpp-sp] 03/17: Increase the timeouts in the shibd service file

Scott Cantor cantor.2 at osu.edu
Wed Jun 27 20:35:44 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=03587fd276d496fb94f4f4c80635db15ecc6ecb3

commit 03587fd276d496fb94f4f4c80635db15ecc6ecb3
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Fri Oct 14 21:07:32 2016 +0200

    Increase the timeouts in the shibd service file
    
    With larger metadata sets the startup can take long.
---
 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 50a4a0d..abd2720 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list