mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Use -d cache instead of -d trace
This commit is contained in:
parent
f50316f141
commit
8ce19e5c75
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ fi
|
|||
|
||||
echo "Starting proxy cache on TCP/IP port $PORT2..."
|
||||
. $CONFFILTER < $PROXYCACHECONF > $CONF2
|
||||
$SLAPD -f $CONF2 -h $URI2 -d $LVL -d trace > $LOG2 2>&1 &
|
||||
$SLAPD -f $CONF2 -h $URI2 -d $LVL -d cache > $LOG2 2>&1 &
|
||||
CACHEPID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
echo CACHEPID $CACHEPID
|
||||
|
|
|
|||
Loading…
Reference in a new issue