diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 16:06:34 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 16:06:34 +0100 |
commit | dea8091103c9683e29477e1828b088e239f414ed (patch) | |
tree | c257686ea82108279af82ac3659c7830484ad124 /cron-jobs/sourceballs | |
parent | e792abefa6eff4cf54616add0b19d731d486045f (diff) |
sourceballs: be nice
Diffstat (limited to 'cron-jobs/sourceballs')
-rwxr-xr-x | cron-jobs/sourceballs | 3 |
1 files changed, 3 insertions, 0 deletions
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 # <pkgbase|pkgname> <pkgver>-<pkgrel> <arch> <license>[ <license>] for repo in ${PKGREPOS[@]}; do |