From 2c69a417bdeae3fb3a7e6537b059e85a190c021b Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 21 May 2009 21:54:18 +0000 Subject: [PATCH] Explicitly include wait time. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3003 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/shibd-redhat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shibd-redhat.in b/configs/shibd-redhat.in index c642e70..f60947c 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 + daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 3 RETVAL=$? echo -- 2.1.4