From dea8091103c9683e29477e1828b088e239f414ed Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 25 Nov 2010 16:06:34 +0100 Subject: sourceballs: be nice --- cron-jobs/sourceballs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index 9ba003a..6553327 100755 --- a/cron-jobs/sourceballs +++ b/cron-jobs/sourceballs @@ -13,6 +13,9 @@ for repo in ${PKGREPOS[@]}; do done done +#adjust the nice level to run at a lower priority +renice +10 -p $$ > /dev/null + # Create a readable file for each repo with the following format # - [ ] for repo in ${PKGREPOS[@]}; do -- cgit v1.2.3-24-g4f1b