diff options
Diffstat (limited to 'system/prelink/prelink.cron')
-rw-r--r-- | system/prelink/prelink.cron | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/prelink/prelink.cron b/system/prelink/prelink.cron new file mode 100644 index 0000000000..5a5f15739b --- /dev/null +++ b/system/prelink/prelink.cron @@ -0,0 +1,10 @@ +#!/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 |