Explicitly include wait time.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 21 May 2009 21:54:18 +0000 (21:54 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 21 May 2009 21:54:18 +0000 (21:54 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3003 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibd-redhat.in

index c642e70..f60947c 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
+       daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 3
 
        RETVAL=$?
        echo