diff options
-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 "$@" |
![]() |
index : nicely | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | src/nicely | 2 |
@@ -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 "$@" |