summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/prelink/files/prelink.cron')
-rw-r--r--sys-devel/prelink/files/prelink.cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/prelink/files/prelink.cron b/sys-devel/prelink/files/prelink.cron
index 0f9dd6535e57..a3edc429fee7 100644
--- a/sys-devel/prelink/files/prelink.cron
+++ b/sys-devel/prelink/files/prelink.cron
@@ -8,6 +8,7 @@ case $PRELINKING in
*) exit 0;;
esac
+ionice -c3 -p $$ >/dev/null 2>&1
renice +19 -p $$ >/dev/null 2>&1
if [ "$PRELINKING" != yes ]; then