Bump default wait time for large configs like in the UK.
[shibboleth/cpp-sp.git] / configs / shibd-redhat.in
index 02e3426..2f976c9 100644 (file)
@@ -36,7 +36,7 @@ start() {
        if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
                /sbin/restorecon $pidfile
        fi
-       daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 3
+       daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 30
 
        RETVAL=$?
        echo