diff options
author | EuAndreh <eu@euandre.org> | 2025-05-26 20:00:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-26 20:00:00 -0300 |
commit | 8c963ba56495a382480ab96423df22beb19cb592 (patch) | |
tree | da7ac21cc1d5b8004cf3b2a5c1218982310a9746 | |
parent | src/nicely: Increase nice(1) value from 19 to 99 (diff) | |
download | nicely-8c963ba56495a382480ab96423df22beb19cb592.tar.gz nicely-8c963ba56495a382480ab96423df22beb19cb592.tar.xz |
-rwxr-xr-x | src/nicely | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |