SVMM/setcpulimit

7 lines
94 B
Plaintext
Raw Normal View History

#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &