Commit d5bfca07 authored by Kirill Smelkov's avatar Kirill Smelkov

xnice: Run something with lowest priority possible

parent b997905c
#!/bin/sh
# run something with lowest priority possible
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