What would be the command to launch the second miner? I'm using cgminer right now (Dmax Zeus). Would I put it in the Extra options or the Startup Extra Commands?
This is an example taken from my rc.local file
sleep 5
su - minera -c "/usr/bin/screen -dmS cpuminer sudo /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM3 --gc3355-chips=40 --gc3355-timeout=120 --freq=820 --retries=1 -c /var/www/minera/conf/miner_conf.json"
sleep 20
su - minera -c "/usr/bin/screen -dmS cgminer sudo /var/www/minera/minera-bin/cgminer-dmaxl-zeus --usb 1:7,1:8 --retries=1 --scrypt --gridseed-options freq=825,chips=40 -c /var/www/minera/conf/miner_conf.json1"
It will start cpuminer with two blades and cgminer-zeus with other two but only cpuminer will be monitored by Minera.