summaryrefslogtreecommitdiffstats
path: root/system/prelink/prelink.cron
blob: 5a5f15739bb131cfa4cc7a924776fc12fdd333e0 (plain)
#!/bin/sh

renice +19 -p $$ > /dev/null 2>&1

#By default, we'll do quick cron runs of prelink
PRELINK_OPTS="-amRq"
#If you don't want to do this, then use this opts.
#PRELINK_OPT="-amR"

/usr/sbin/prelink $PRELINK_OPTS