Some people need to turn of the rig now and then
After been test a bit i manage to figure out how to do
Open up command line (ex. remote access)
cd /hive/etc
Pico (as user u are) crontab.root
For me, i want to turn it off 7AM all weekdays and turn it on 11:30AM all weekdays
So i add in to crontab.root:
# My own line to start stop HIVE CRON
* 7 * * 1-5 /hive/bin/miner stop
30 11 * * 1-5 /hive/bin/miner start
Done
OBS!! When you upgrade rig, u have to add in this again manually, but not much work when u know how to do it
Good Luck
