In Antminer S9 firmware there is crontab executable installed, but it is not configured as a daemon.
- Create daemon config file
/etc/init.d/cron
with the contents of the cron file at the bottom of the gist. - Make it executable
chmod 755 /etc/init.d/cron
- Start cron daemon at boot
ln -s /etc/init.d/cron /etc/rc5.d/S50cron
- Start the daemon
/etc/init.d/cron start
- Edit tasks with
"crontab -e"
orvi /etc/crontabs/root