summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-26 20:00:00 -0300
committerEuAndreh <eu@euandre.org>2025-05-26 20:00:00 -0300
commit8c963ba56495a382480ab96423df22beb19cb592 (patch)
treeda7ac21cc1d5b8004cf3b2a5c1218982310a9746
parentsrc/nicely: Increase nice(1) value from 19 to 99 (diff)
downloadnicely-8c963ba56495a382480ab96423df22beb19cb592.tar.gz
nicely-8c963ba56495a382480ab96423df22beb19cb592.tar.xz
src/nicely: Add call to chrt(1) to get SCHED_IDLE priorityHEADmain
-rwxr-xr-xsrc/nicely2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nicely b/src/nicely
index 601603e..bdb0081 100755
--- a/src/nicely
+++ b/src/nicely
@@ -2,4 +2,4 @@
set -eu
# FIXME: ionice(1) isn't POSIX, make a version of if that is
-exec ionice -c3 nice -n99 "$@"
+exec ionice -c3 nice -n99 chrt -i 0 "$@"