slackbuilds_ponce/system/prelink/prelink.cron
Ozan Türkyılmaz c6fd0d7eea system/prelink: Added (ELF prelinking utility)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-10-20 10:50:23 -05:00

10 lines
220 B
Bash

#!/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