Skip to content

Fix setting priority for batch processes

Jiří Paleček requested to merge jpalecek/libksysguard:batch-priority into master

The priority of SCHED_BATCH processes should be governed by niceness, not by static priority (per sched(7)).

This change adds the renicing step, where before, the sched_setscheduler would not do it, making changing priority impossible.

Merge request reports