How to schedule reboot asus rt-ac66u 68u router
From MS Computech
วิธีการกำหนด Cron job ให้เรา้เตอร์รีบูตเอง
1 > ลง Firmware asus merlin
2 > Enable ssh
3 > Enable Jffs + Jffs script ใน asus webmanagement > administration > system
4 > ssh admin@ipaddress
5 > vi /jffs/scripts/autoreboot
6 > autoreboot file :
#!/bin/sh cru a ScheduledReboot "0 2 * * * /sbin/reboot"
7>chmod a+rx /jffs/scripts/* 8>reboot 9> ตรวจสอบโดย
admin@RT-AC66U-C950:/tmp/home/root# cru l 0 2 * * * /sbin/reboot #ScheduledReboot# #list# #?#