Daily reboot configurator with OpenWrt [https://openwrt.org]
- Add
src-git dailyreboot https://github.com/ascob/dailyreboot.git
to your feeds.conf - Run
./scripts/feeds update dailyreboot
- Run
./scripts/feeds install dailyreboot
- Run
make menuconfig
and select dailyreboot under Utilities - Run
make package/feeds/dailyreboot/dailyreboot/install
Configuration in /etc/config/dailyreboot:
config dailyreboot dailyreboot
option enabled '1'
option time '03:00' # sets reboot time to 03:00 am.
option offset '50' # adds random offset between 0 and 50 minutes to reboot time