setcpulimit 94 B

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