X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configs%2Fshibd-redhat.in;h=2f976c97a053d6a3cf17adbbe6809200c85019c8;hb=dcba585d9596c4b6b78ee0133f4500ae2a7fcb0b;hp=02e34263e8706a4917a2fe4cba34d1564bfb4fb5;hpb=22c2dec93f2f53fcfa774afb08f9c04926ab91eb;p=shibboleth%2Fcpp-sp.git diff --git a/configs/shibd-redhat.in b/configs/shibd-redhat.in index 02e3426..2f976c9 100644 --- a/configs/shibd-redhat.in +++ b/configs/shibd-redhat.in @@ -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