Commit df6ca82c authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Kirill Smelkov

xnice: Also use `chrt --idle 0`

Spot in comments to recent LWN article.
parent ab3b06d2
#!/bin/sh
exec nice -19 ionice -c3 "$@"
# run something at lowest possible priority
exec nice -19 chrt --idle 0 ionice -c3 "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment