#
# The diag crontab is used to run diagnostic tests during run time
#
# Format of lines:
#min	hour	daymo	month	daywk	cmd
#
# DO NOT MODIFY THIS FILE!  Please use the 'diagsetup' script to control
#	the contents of this file.  All modifications to this file will
#	be wiped out whenever 'diagsetup' is run.
#
# CACHED
0	*	*	*	*	if test -x /usr/diags/bin/cached; then /sbin/su root -C CAP_SCHED_MGT,CAP_DEVICE_MGT+ip -c "/sbin/nice -10 /usr/diags/bin/cached" 2> /dev/null; fi
# ONLINEDIAG
0	0	*	*	*	if test -x /usr/diags/bin/onlinediag; then /sbin/su root -C CAP_SCHED_MGT,CAP_NVRAM_MGT+ip -c "/sbin/nice -10 /usr/diags/bin/onlinediag" 2> /dev/null; fi
