diff --git a/roles/lmn_vm/files/linbo-torrenthelper.sh b/roles/lmn_vm/files/linbo-torrenthelper.sh index 8f6d4f1..8c5f2a1 100755 --- a/roles/lmn_vm/files/linbo-torrenthelper.sh +++ b/roles/lmn_vm/files/linbo-torrenthelper.sh @@ -25,7 +25,7 @@ OPTIONS="$OPTIONS $torrent" while true; do #$SUDO /usr/bin/ctorrent $OPTIONS || exit 1 - /usr/bin/ctorrent $OPTIONS || exit 1 + nice -n 20 /usr/bin/ctorrent $OPTIONS || exit 1 # hash check only on initial start, add -f parameter echo "$OPTIONS" | grep -q ^"-f " || OPTIONS="-f $OPTIONS" done