I'm wondering if someone could help me with the scheduled tasks in BOS...
I tested it via SSH and command you want to run is
/etc/init.d/cgminer reload as root. I believe that you need to add
0 */6 * * * /etc/init.d/cgminer reload
to BOS Scheduled tasks and restart miner to load crontab changes. That command will reload cgminer every 6 hours (please refer to
https://crontab-generator.org/ to understand crontab syntax).
EDIT: I just tested it and its working like a charm.