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

xnice: Run something at absolutely low priority possible

- nice -19 for cpu
- ionice with idle scheduling class
parent a8917339
#!/bin/sh
exec nice -19 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