Skip to content

Commit

Permalink
Change cgminer monitor to test 3 minutely.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Dec 2, 2016
1 parent 1a27693 commit 33dbc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgminer/root-files/etc/uci-defaults/01-cgminer
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo -e '\toption init cgminer' >> /etc/config/ucitrack
/etc/init.d/sysntpd disable

# Setup the cron job
echo "*/5 * * * * /usr/bin/cgminer-monitor" | crontab -
echo "*/3 * * * * /usr/bin/cgminer-monitor" | crontab -
/etc/init.d/cron enable
/etc/init.d/cron stop
/etc/init.d/cron start

0 comments on commit 33dbc1a

Please sign in to comment.