MTSM/setcpulimit
2021-02-01 20:41:40 -08:00

7 lines
94 B
Bash
Executable File

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