pool/stratum/config.sample/run.sh
2015-07-02 20:58:24 +02:00

12 lines
141 B
Bash
Executable file

#!/bin/bash
ulimit -n 10240
ulimit -u 10240
cd /var/stratum
while true; do
./stratum /var/yaamp/config/$1
sleep 2
done
exec bash