1. `killall bird` 2. `pid=$(ps aux | grep bird | grep -v grep | awk '{print $2}')` 3. `sudo renice -n -10 -p $pid`