From: martin f. krafft Date: Wed, 3 Feb 2010 19:42:47 +0000 (+1300) Subject: renice offlineimap run to idle X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/32439eadb0bc1861dd450133bfcf9467a996de3d renice offlineimap run to idle --- diff --git a/.bin/offlineimap b/.bin/offlineimap index c9f8b2a..789fbe4 100755 --- a/.bin/offlineimap +++ b/.bin/offlineimap @@ -4,7 +4,7 @@ set -eu if ! test -t 0; then echo Renicing because we are not run interactively… >&2 renice 20 -p $$ >/dev/null - ionice -c2 -n7 -p $$ + ionice -c3 -p $$ fi ret=0