nicelevel 19 for ctorrents
This commit is contained in:
parent
f7c7eb1901
commit
6edbc8dade
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ OPTIONS="$OPTIONS $torrent"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
#$SUDO /usr/bin/ctorrent $OPTIONS || exit 1
|
#$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
|
# hash check only on initial start, add -f parameter
|
||||||
echo "$OPTIONS" | grep -q ^"-f " || OPTIONS="-f $OPTIONS"
|
echo "$OPTIONS" | grep -q ^"-f " || OPTIONS="-f $OPTIONS"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue