MTSM/setcpulimit

7 lines
94 B
Plaintext
Raw Permalink Normal View History

2021-02-01 20:41:40 -08:00
#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &