SVMM/setcpulimit
2020-11-03 19:40:44 -08:00

7 lines
94 B
Bash
Executable File

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