SVMM/setcpulimit

7 lines
94 B
Bash
Executable File

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