Have the same issue, I log into the router with an app and do reboot. Also programming my them to do automatic reboot in scheduled tasks under advanced systems with a simple code
Just plug it in and hit submit
30 4 * * * sleep 70 && touch /etc/banner && reboot
Here is a link for it
I basically want to restart my B1300 every day, but have a larger question about scheduled tasks.
I note that luci now has a section System->Scheduled Tasks. This seems to be an interface to editing crontab. I note in the old Openwrt howto on cron (Cron and crontab [Old OpenWrt Wiki] ) that cron needs to be enabled once your crontab is set. Does this Scheduled Tasks page in luci mitigate the need to manually start cron from the command line? Or is that part of the startup script (I note that…
1 Like