Comment 22 for bug 134692

Revision history for this message
yop (yop) wrote :

@dAniel hAhler
Question: If running at nice -10 it will have a high priority yes? and running at nice 10 will make it have a low prio

And in your diff you have
nice -n {$NICE:-10}

Is it not better to set it to
nice -n {$NICE:+10}
to make it run as low prio?