From 641aec825f4cf10d5075da92681575acdfeeb2ae Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 4 Sep 2003 16:46:03 +0000 Subject: [PATCH] start tutors with nice at the lowest priority --- helm/hbugs/tutors/sabba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/hbugs/tutors/sabba.sh b/helm/hbugs/tutors/sabba.sh index 31c186af4..988a081f2 100755 --- a/helm/hbugs/tutors/sabba.sh +++ b/helm/hbugs/tutors/sabba.sh @@ -38,7 +38,7 @@ while read line; do echo "done!" elif [ "$1" = "start" ]; then echo -n "Starting HBugs tutor $tutor ... " - ./$tutor &> run/$tutor.LOG & + nice -n 19 ./$tutor &> run/$tutor.LOG & echo "done!" else echo "Uh? Try --help" -- 2.39.2