From 32439eadb0bc1861dd450133bfcf9467a996de3d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 4 Feb 2010 08:42:47 +1300 Subject: [PATCH] renice offlineimap run to idle --- .bin/offlineimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2