# sysconfig for nscd

	secure=""
#	for table in passwd group
#	do
#		if egrep '^'$table':.*nisplus' /etc/nsswitch.conf >/dev/null
#		then
#			/usr/lib/nscd_nischeck $table ||
#				secure="$secure -S $table,yes"
#		fi
#	done
# Customized setings for utmpd


# Define nice level for nscd 
SERVICE_RUN_NICE_LEVEL="+0"
